2000.11.23 20:06 "Using libtiff without reading from a file", by Wolfram Bettermann

2000.11.24 16:48 "Re: Using libtiff without reading from a file", by Bob Friesenhahn

Take a look at ImageMagick (<http://www.imagemagick.org>) which is an image processing library that uses libTIFF for it's TIFF support and fully supports working with in memory "blobs".

Correction: TIFF is one of the very few formats (the other is HDF) for which ImageMagick does not provide native BLOB support.

The reason for lack of support is because the libtiff API is not adequate. To be adequate, the API would need to support working with striped, or tiled data (using a accessor function we provide), and not require a file descriptor. Since TIFF is a very important format, we would really like to support TIFF BLOBs in ImageMagick.

Bob

======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen