
Thread
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