2006.01.04 14:30 "[Tiff] tiffcp photometric issue", by Larry Sanders

2006.01.05 17:17 "Re: [Tiff] Open tiff in memory", by Bob Friesenhahn

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/