2007.05.30 13:44 "[Tiff] loading tiff image from memory", by Hinrich Aue

2007.05.30 13:56 "Re: [Tiff] loading tiff image from memory", by Toby Thain

On 30-May-07, at 10:44 AM, 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.

You can replace the file access routines to achieve this. See tif_unix.c, tif_win32.c and TIFFClientOpen(). http://remotesensing.org/libtiff/man/TIFFOpen.3tiff.html

--Toby

If not, is there something else that I can do?

> _______________________________________________
> Tiff mailing list: Tiff@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/tiff
> http://www.remotesensing.org/libtiff/