| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.05.30 14:52 "Re: loading tiff image from memory", by Bob FriesenhahnOn Wed, 30 May 2007, Hinrich Aue wrote: > Hello list, > > I'm trying to load a tiff image from memory. > > From memory means, the complete tiff file has been loaded into a > byte buffer. > > Is this possible with libtiff? No file access is allowed at this point. Yes, this is possible. It can be done by using TIFFClientOpen() along with a set of user-provided I/O methods. I think that there are some samples of how to do this provided in the libtiff source package. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||