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
invalid TIFF directory
Re: invalid TIFF directory
Does the conversion complete? You appear to get getting warnings which can be safely ignored.
Re: invalid TIFF directory
Thanks for your post, it looks like my originial statment was not in the correct format (I didn't post it exactly).