Search found 5 matches
- 2013-05-16T17:29:54-07:00
- Forum: Users
- Topic: problem running affine example
- Replies: 5
- Views: 4611
Re: problem running affine example
Hello, Thanks to all for replying. FMW42, your note about the space just before the parenthesis cleared up the issue of trying to read the numbers as an input file. I also replaced the single quotes with doubles and escaped the "%" sign as "%%", as GreenKoopa suggested, for good measure. It appears ...
- 2013-05-14T20:49:00-07:00
- Forum: Users
- Topic: problem running affine example
- Replies: 5
- Views: 4611
problem running affine example
Hi, I'm trying to run the example shown here (running Windows, IM 6.7.9 Q16): http://www.imagemagick.org/Usage/distorts/#shadow3d It's fairly simple... the first "convert" statement creates a blue letter "A" in the image and saves it. convert -background None -virtual-pixel Transparent -fill ...
- 2012-09-23T00:28:19-07:00
- Forum: Users
- Topic: Convert RGB SVG to CMYK SVG possible?
- Replies: 4
- Views: 13293
Re: Convert RGB SVG to CMYK SVG possible?
Hi, Thanks for your comments... SVG started supported CMYK color profiles with v1.2 ; you can see the specifics here: http://www.w3.org/TR/SVGColor12/#icc-colors So I think I have what I need... it's just that most (or maybe no) browsers can handle the "fill" parameter with the extra CMYK ...
- 2012-09-18T21:52:47-07:00
- Forum: Users
- Topic: Convert RGB SVG to CMYK SVG possible?
- Replies: 4
- Views: 13293
Re: Convert RGB SVG to CMYK SVG possible?
In the RGB version of the SVG, there are the following "fill" statements for each of the 5 colors (the first is the white background, and then there are 4 overlapping ovals, each a different color) fill="#ffffff" fill="#0126ff" fill="#ffd800" fill="#ff0000" fill="#017f0e" So, sure, it would be easy ...
- 2012-09-18T20:21:52-07:00
- Forum: Users
- Topic: Convert RGB SVG to CMYK SVG possible?
- Replies: 4
- Views: 13293
Convert RGB SVG to CMYK SVG possible?
Hello, ImageMagick users, I have an SVG file in RGB colorspace... when I run IM's "identify", I get Image: test_rgb.svg Format: SVG (Scalable Vector Graphics) Class: DirectClass Geometry: 1500x1500+0+0 Units: Undefined Type: TrueColorAlpha Endianess: Undefined Colorspace: sRGB I am then using the IM ...