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
August 2005

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

2005.08.04 19:47 "TIFFWriteScanline and G4 compressed block concatenation", by Philip Watkinson
2005.08.04 20:50 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Joris Van Damme
2005.08.17 14:07 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Philip Watkinson
2005.08.17 14:37 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Joris Van Damme
2005.08.17 16:04 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Philip Watkinson
2005.08.17 16:49 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Joris Van Damme

2005.08.04 19:47 "TIFFWriteScanline and G4 compressed block concatenation", by Philip Watkinson

I've been evaluating libtiff for several months and I have a couple of
quick questions:
 
1. When generating a TIFF file and I'm using TIFFWriteScanLine(), is
each call to TIFFWriteScanLine() generating a strip within the TIFF
file?
 
2.I want to extract a CCITT Group 4 image from a TIFF file. If I obtain
the strip offsets using TIFFGetField(), can I concatenate the strips
together to create a valid CCITT Group 4 image file?
 
Thanks for any help