Complex SVG to PNG
Posted: 2017-07-25T01:05:07-07:00
Hi,
I've tried to use console to convert a complex SVG to PNG but I have failed...
My svg:
My console codes:
I get the same output all the time:
It seems I'm having a problem with meridian circles and alpha... Any Ideas?
Best,
Cem
I've tried to use console to convert a complex SVG to PNG but I have failed...
My svg:
My console codes:
Code: Select all
C:\Program Files\ImageMagick-7.0.6-Q16>magick.exe convert "C:\Test.svg" "C:\Test.png"
Code: Select all
C:\Program Files\ImageMagick-7.0.6-Q16>magick.exe convert -alpha off -depth 16 "C:\Test.svg" "C:\Test.png"
Code: Select all
C:\Program Files\ImageMagick-7.0.6-Q16>magick.exe convert -alpha on -depth 16 "C:\Test.svg" "C:\Test.png"
It seems I'm having a problem with meridian circles and alpha... Any Ideas?
Best,
Cem