First, I would like to thank you for developing so great product!
Here is the output of # convert -v:
Version: ImageMagick 6.5.3-10 2009-08-12 Q16 http://www.imagemagick.org
I try to convert a tiff image into a jpeg. During the process I get the following errors/warnings:
Code: Select all
convert: sky.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/528.
convert: sky.tif: unknown field with tag 40961 (0xa001) encountered. `TIFFReadCustomDirectory' @ tiff.c/TIFFWarning
s/528.
convert: sky.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory' @ tiff.c/TIFFWarnings/528.
I tried this:
Code: Select all
# convert -define tiff:ignore-exif=true sky.tif test.jpg
In the end, the resulting jpeg image is rendered neither by Internet Explorer nor by Chrome. If I try to view the jpeg image with Picasa or default Windows Image Viewer, it show it correctly as if nothing is wrong.
Upgrading to ImageMagick 6.5.4-10 seems to be impossible due to system crashes when trying to get it all to work.
Here is the link to the tif file I am trying to convert:
http://rosbd.com/sky.tif
Anybody encountered such an issue? Managed to solve it?