invalid TIFF directory

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
yeller

invalid TIFF directory

Post by yeller »

Hello,

I'm trying to convert a large tiff (LZW Compression) to jpeg. The tiff is about 12 M in size. When I perform: "convert file1.tif file2.jpg", I get:

convert: file1.tif: invalid TIFF directory; tags are not sorted in ascending order. TIFFReadDirectory' @ tiff.c/TIFFWarnings/525.
convert: file1.tif: unknown field with tag 33000 (0x80e8) encountered. `TIFFR
eadDirectory' @ tiff.c/TIFFWarnings/525.

Any ideas?

Thank You
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: invalid TIFF directory

Post by magick »

Does the conversion complete? You appear to get getting warnings which can be safely ignored.
yeller

Re: invalid TIFF directory

Post by yeller »

Thanks for your post, it looks like my originial statment was not in the correct format (I didn't post it exactly).
Post Reply