2002.03.14 05:41 "Handling TIFF 'files' in memory", by Tim Josling

2002.03.14 10:37 "Re: Handling TIFF 'files' in memory", by Antonio E. Scuri

I have a need to create a large number (800,000) of tiff images for loading into a database. Is it possible to do this without creating a file per image. That is can I create the TIFF images in memory so that I can then write them into a file myself?

Yes. Just rewrite the I/O functions just like in "tif_unix.c" or "tif_win32.c", and use the filename string as a pointer to your private structure.

scuri