2017.07.01 14:21 "[Tiff] Read tiff file piped from stdout ?", by Aaron Boxer

2017.07.01 19:29 "Re: [Tiff] Read tiff file piped from stdout ?", by Bob Friesenhahn

On Sat, Jul 1, 2017 at 12:06 PM, scott ribe <scott_ribe@killerbytes.com> wrote:

Why not create a temporary file?

I guess the downside is increased memory usage.

TIFF is a random-access format which requires seeking. A carefully prepared TIFF could minimize or even eliminate backward seeking but you likely have no control over the TIFF files used.

You will always need to buffer the TIFF somewhere in order to assure a sucessful read given normal TIFF files.

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