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
June 2007

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!



2007.06.29 18:24 "Writing TIFF to a buffer", by Mark Cassidy

Hi all,

 

I am writing a small app that will convert bitmap image data into TIFF, and
I have a question.

 

Instead of having LibTiff write to FILE for each scanline and directory
write request (TIFFWriteScanline and TIFFWriteDirectory respectively), I
would like for it to write to an existing allocated buffer. Is there a
simple way to do this that I'm missing?

 

Any insight/help would be appreciated.

 

Mark