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.17 14:07 "Re: TIFFWriteScanline and G4 compressed block concatenation", by Philip Watkinson

Joris,

You can extract a CCITT Group 4 image from a TIFF file with
TIFFReadRawStrip() and create a valid CCITT Group 4 image file provided
the image only uses one strip.

Philip