Converting tif->png works, tif->jpg does not
Posted: 2015-12-15T08:23:05-07:00
Hi there
I've found a strange behaviour and am unsure whether my usage of ImageMagick is incorrect or it's a bug.
My Version is: ImageMagick 6.9.2-8 Q16 x64 2015-12-05 on Windows 64bit.
I have this original tif (display of the thumbnail is sadly not correct. The file should look like (for example in IrfanView) like the correct JPG below):
The original file can be downloaded here: Download
If I use the following command the output is correct:
On the other hand, when outputting a PNG file with the following command, the output is incorrect:
Is this a bug in ImageMagick or are there any special commands that I need to when converting to PNG-files?
Thanks so much in advance!
I've found a strange behaviour and am unsure whether my usage of ImageMagick is incorrect or it's a bug.
My Version is: ImageMagick 6.9.2-8 Q16 x64 2015-12-05 on Windows 64bit.
I have this original tif (display of the thumbnail is sadly not correct. The file should look like (for example in IrfanView) like the correct JPG below):
The original file can be downloaded here: Download
If I use the following command the output is correct:
Code: Select all
convert original.tif correct.jpg
On the other hand, when outputting a PNG file with the following command, the output is incorrect:
Code: Select all
convert original.tif incorrect.png
Is this a bug in ImageMagick or are there any special commands that I need to when converting to PNG-files?
Thanks so much in advance!