2010.11.30 19:15 "[Tiff] Win32 ReadFile() / WriteFile() heads-up", by John Emmas

2010.12.05 18:36 "Re: [Tiff] Win32 ReadFile() / WriteFile() heads-up", by Edward Lam

On Wed, December 1, 2010 12:40, John Emmas wrote:

I'm guessing that libgdk_pixbuf should only have called TIFFCleanup(), rather than TIFFClose(). Does that seem reasonable?

This sounds good to me. It did always seemed odd to me that there was no TIFFFdClose() function. :) I've logged bug 2275 (http://bugzilla.maptools.org/show_bug.cgi?id=2275) for some docs and possibly adding a TIFFFdClose() function that calls TIFFCleanup().

Also note how TIFFFdOpen() is used in tools/fax2ps.c which libgdk_pixbuf was probably trying to wrongly emulate from.

Best Regards,

-Edward