| 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 |
Thread2006.01.05 17:17 "Re: Open tiff in memory", by Bob FriesenhahnOn Thu, 5 Jan 2006, Rocky Pulley wrote: > > Hey, does anyone know how to use something like TIFFOpen from a byte > array? I already have the TIFF loaded in memory and I'm currently > writing to a temp file to use TIFFOpen. Yes. See the TIFFClientOpen() function. It allows you to define a set of functions for doing libtiff I/O in an arbitrary fashion. So you can do I/O to memory by supplying a set of functions to do so. Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||