2002.02.03 05:00 "tiff (libtiff)", by Harring Figueiredo

2002.02.05 14:34 "RE: tiff (libtiff)", by Mark A. James

Has anyone used the contrib/mfs code? It replaces the low level file handlers with a "memory file system". Read a tiff file from a stream (or a file). Then operate on the tiff data in core. It might be the perfect solutuion. I can see where it would be a very powerful tool, allowing access to all of the standard codecs. Depending on needs, pair it with RGBA library, and replace the lowlevel get() and put() routines, and with very little code development (in relative terms), one could have a very robust, flexible system.

Regards,

Mark