2014.05.08 23:14 "[Tiff] what's up with all the seeking?", by Jeff Breidenbach

2014.05.09 14:03 "Re: [Tiff] what's up with all the seeking?", by Bob Friesenhahn

Is TIFF fundamentally incompatible with streaming?

In order for TIFF to be "streamed" you would need to implement an I/O layer for libtiff to use and the I/O layer would need to add any necessary buffering so that it buffers all data up to any requested seek or read offset. It might be necessary to buffer the entire image data.

A simple workaround is to read the input into a temporary file.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/