gif output and transparency - ImageMagick 6.6.4-1 fedora 14
Posted: 2010-11-14T06:05:11-07:00
Hello - this is my first post here so firstly - thanks for the incredibly useful software!
I'm having an issue with gif transparency...which I am hoping someone can confirm as a bug or user error (I am assuming the first as previous versions of imagemagick seemed to behave differently)....
Previously (eg with ImageMagick 6.4.0) when converting from pngs to gifs eg
or manipulating gifs eg:
would yield a gif with suitable transparency. But using the latest fedora 14 binary release (ImageMagick 6.6.4-1 2010-10-05 Q16) yields a gif with an opaque (white) background. I cannot seem to find a recipie to output a gif with any transparency.....
example
input png
output of convert right.png right.gif:
Bug or user error? If a bug - is there a workaround?
Thanks in advance
I'm having an issue with gif transparency...which I am hoping someone can confirm as a bug or user error (I am assuming the first as previous versions of imagemagick seemed to behave differently)....
Previously (eg with ImageMagick 6.4.0) when converting from pngs to gifs eg
Code: Select all
convert right.png right.gif
Code: Select all
convert right.gif -transparent white right.gif
example
input png
output of convert right.png right.gif:
Bug or user error? If a bug - is there a workaround?
Thanks in advance