Page 1 of 1

invalid TIFF directory

Posted: 2009-06-09T14:29:03-07:00
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

Re: invalid TIFF directory

Posted: 2009-06-09T16:23:51-07:00
by magick
Does the conversion complete? You appear to get getting warnings which can be safely ignored.

Re: invalid TIFF directory

Posted: 2009-06-10T06:57:27-07:00
by yeller
Thanks for your post, it looks like my originial statment was not in the correct format (I didn't post it exactly).