Search found 3 matches
- 2013-11-13T08:07:43-07:00
- Forum: Bugs
- Topic: GIF to PNG conversion gives wrong color
- Replies: 4
- Views: 5459
Re: GIF to PNG conversion gives wrong color
Aren't there binaries like ffmpeg2theora for ImageMagick's convert?
- 2013-11-10T05:29:38-07:00
- Forum: Bugs
- Topic: GIF to PNG conversion gives wrong color
- Replies: 4
- Views: 5459
Re: GIF to PNG conversion gives wrong color
ImageMagick 6.7.8-9 2013-03-10 on fedora
Though, I can not test with the later version because I am unable to install or build the binary or source code.
$ make
[...]
magick/.libs/libMagickCore-6.Q16.so: undefined reference to `jpeg_default_qtables'
collect2: error: ld returned 1 exit status ...
Though, I can not test with the later version because I am unable to install or build the binary or source code.
$ make
[...]
magick/.libs/libMagickCore-6.Q16.so: undefined reference to `jpeg_default_qtables'
collect2: error: ld returned 1 exit status ...
- 2013-11-10T04:24:25-07:00
- Forum: Bugs
- Topic: GIF to PNG conversion gives wrong color
- Replies: 4
- Views: 5459
GIF to PNG conversion gives wrong color

Foo.gif
Code: Select all
$ convert Foo.gif Foo.png

Foo.png
You can see that the transparency gets converted into some grey. However GIMP does the conversion just right.