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
October 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.10.08 15:55 "Monochrome tiff to monochrome bitmap", by Frank Mayer
2005.10.08 17:27 "Re: Monochrome tiff to monochrome bitmap", by Joris Van Damme

2005.10.08 15:55 "Monochrome tiff to monochrome bitmap", by Frank Mayer

Hello,


I am trying to program a tiff viewer and I have a little problem.

Loading a monochrome tiff, it of course loads into the RGBA bitmap (using
TIFFReadRGBAImage), thus using a lot more memory than necessary. 

I would like to be able to specify my bitmap as monochrome and use pf1bit to
load the monochrome tiff bitmap into it, so that I can keep the footprint of
the program as little as possible, 

But I have not found a way to read Monochrome tiff into monochrome bitmap.
Am I missing something? Anyone has done this before? 

Any help in this issue is appreciated.

 

Thank you very much for your help,

Frank Mayer