| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread1997.01.22 00:43 "Re: compression scheme", by Helge BlischkeRajat Varma wrote: > > While using tiffinfo on a particular file I get the info that the > compression scheme is none, does that mean that data is not compressed > and hence to read a strip of data I can use TIFFReadRawStrip? Yes > > and in in TIFFReadEncodedStrip does the parameter size indicate the total > bytes of data in a strip as got by TIFFStripsize? TIFFStripsize returns the size calculated from ImageWidth and RowsperStrip, which is the size of a decoded (i. e. uncompressed) strip exept for the last one, which may be shorter > > Thank you > > rajat |
|||||||