2001.06.15 03:49 "Image manipulation package based on libtiff?", by Pak Yan Choi

2001.06.15 18:56 "Re: Image manipulation package based on libtiff?", by Sam Leffler

I believe they did two TIFFOpen calls and handled all the buffering themselves to coordinate read/write of the same image. They had a tile-based memory management scheme and only used the lowest level calls to read+write image data.

Sam