Strange behavior when converting .png -> .gif
Posted: 2008-10-17T14:13:17-07:00
I'm attempting to convert a .png to a .gif on an appliance I'm working on. Unfortunately, it's doing some strange stuff when --colors=256 is used.
The source image is:
HERE
convert test.png test.gif Generates: this
convert -colors 256 test.png testcolors.png generates: this
convert -depth 8 test.png testdepth.png generates: this
If I try it on my host system, it's fine. So... where could the problem be? Some library? Some way it's being compiled? Any ideas on where to begin?
EDIT: Keeping the post size down by linking to images...
The source image is:
HERE
convert test.png test.gif Generates: this
convert -colors 256 test.png testcolors.png generates: this
convert -depth 8 test.png testdepth.png generates: this
If I try it on my host system, it's fine. So... where could the problem be? Some library? Some way it's being compiled? Any ideas on where to begin?
EDIT: Keeping the post size down by linking to images...