Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
Windows - 7 64 bit
Description
If a TIFF file doesnot contain a tag TIFF_TAG_ROWS_PER_STRIP then TIFFReader thwos an exception . So we don't get buffered image for that tiff .
Fix is :- According to Tiff Specification if rows per strip is not present , then we can assume entire image as one strip .
So in this case Rows per Strip = Image_length .
I tried this and image worked .
Read the following tag :-
http://www.awaresystems.be/imaging/tiff/tifftags/rowsperstrip.html