Gradient on Ubuntu
Posted: 2012-04-19T14:34:38-07:00
I am using Ubuntu 11.10. I have installed ImageMagick from the latest source package. Here is the output from "convert -version"
Version: ImageMagick 6.7.6-6 2012-04-19 Q16 http:// www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP
I am trying to convert an svg into a png which works great unless I have a gradient on some part of the image.
Here is the command I am running: "convert RedPoweredByPenguins.svg redpenguin.png"
Here is the SVG: http://gamepsychos.com/penguinCheckers/redPenguin.svg
And here is the png it creates: http://gamepsychos.com/penguinCheckers/ ... infail.png
When I run this same command on Fedora 16, I don't lose the gradient. I think maybe one of the libraries ImageMagick uses is not the same but I'm not sure. Anyone have any ideas?
Thanks in advance!
Version: ImageMagick 6.7.6-6 2012-04-19 Q16 http:// www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP
I am trying to convert an svg into a png which works great unless I have a gradient on some part of the image.
Here is the command I am running: "convert RedPoweredByPenguins.svg redpenguin.png"
Here is the SVG: http://gamepsychos.com/penguinCheckers/redPenguin.svg
And here is the png it creates: http://gamepsychos.com/penguinCheckers/ ... infail.png
When I run this same command on Fedora 16, I don't lose the gradient. I think maybe one of the libraries ImageMagick uses is not the same but I'm not sure. Anyone have any ideas?
Thanks in advance!