| 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 |
Thread2009.04.06 16:30 "Re: Writing tiff to in-memory buffer", by Bob FriesenhahnOn Mon, 6 Apr 2009, Christian Henning wrote: > TIFF* t = TIFFClientOpen( "dummy" > , "w" > , &ss > , &read_proc > , &write_proc > , &seek_proc > , &close_proc > , &size_proc > , NULL > , NULL > ); What are the ampersands for? > I'm using libtiff version 3 something. This narrows the libtiff you are using down to maybe a 13 year time span. > Someone any idea what I'm doing wrong here? It should be useful to use contrib/stream/tiffstream.cpp from the libtiff source distribution as a reference. The version which will be included in libtiff4 is updated to standard C++. Bob -- Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||