AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 1997

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

1997.01.17 08:39 "compression scheme", by Rajat Varma
1997.01.18 05:22 "compression scheme", by Rajat Varma
1997.01.22 00:43 "Re: compression scheme", by Helge Blischke

1997.01.22 00:43 "Re: compression scheme", by Helge Blischke

Rajat 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