AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2017.07.01 14:21 "[Tiff] Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 14:26 "Re: [Tiff] Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 16:24 "Re: [Tiff] Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 16:06 "Re: [Tiff] Read tiff file piped from stdout ?", by scott ribe
2017.07.01 15:21 "Re: [Tiff] Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 15:23 "Re: [Tiff] Read tiff file piped from stdout ?", by Even Rouault
2017.07.01 15:29 "[Tiff] Fwd: Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 17:58 "Re: [Tiff] Read tiff file piped from stdout ?", by scott ribe
2017.07.01 16:26 "Re: [Tiff] Read tiff file piped from stdout ?", by Aaron Boxer
2017.07.01 14:52 "Re: [Tiff] Read tiff file piped from stdout ?", by Even Rouault
2017.07.01 19:29 "Re: [Tiff] Read tiff file piped from stdout ?", by Bob Friesenhahn

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/