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