SVG composites: are SVGs not really scalable in ImageMagick?
Posted: 2006-11-17T19:41:18-07:00
Hello all,
When ImageMagick takes a svg file does it convert to something of its own?
Using the following command
composite -compose atop -background none -geometry +200+200 red_circle.svg helloWorld.jpg output.jpg
The red circle in the output looks crisp and clear as expected, however, when we add the -resize flag...
composite -compose atop -background none -geometry +200+200 red_circle.svg -resize 1000x1000 helloWorld.jpg output.jpg
The circle appears to be rasterized with visible pixelation.
Any ideas? or am I missing a step here? Seems like theres gotta be a way for IM to 'open' the svg at a certain size % and I'm just missing the flag
TIA
-Rick
When ImageMagick takes a svg file does it convert to something of its own?
Using the following command
composite -compose atop -background none -geometry +200+200 red_circle.svg helloWorld.jpg output.jpg
The red circle in the output looks crisp and clear as expected, however, when we add the -resize flag...
composite -compose atop -background none -geometry +200+200 red_circle.svg -resize 1000x1000 helloWorld.jpg output.jpg
The circle appears to be rasterized with visible pixelation.
Any ideas? or am I missing a step here? Seems like theres gotta be a way for IM to 'open' the svg at a certain size % and I'm just missing the flag
TIA
-Rick