AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.01.03 11:52 "Strip Vs Tile", by Sonia S Kumar
2006.01.03 14:47 "Re: Strip Vs Tile", by Bernie Pallek
2006.01.03 16:37 "Re: Strip Vs Tile", by Joris Van Damme
2006.01.03 18:42 "Re: Strip Vs Tile", by Bernie Pallek
2006.01.04 18:57 "Re: Strip Vs Tile", by Chris Cox
2006.01.04 20:14 "Re: Strip Vs Tile", by Andrey Kiselev
2006.01.03 16:09 "Re: Strip Vs Tile", by Bob Friesenhahn

2006.01.03 16:09 "Re: Strip Vs Tile", by Bob Friesenhahn

On Tue, 3 Jan 2006, Sonia S Kumar wrote:
> My Query is regarding the layout of Tiff Images.
> When to save a Tiff image as Tiled and when to save a Tiff image as
> Strip ??

More software knows how to read stripped TIFF than tiled TIFF.  Tiled 
tiff is best for very large images where the reader/writer wants to 
access a subset of the image.  Since most software stores an image as 
contiguous bytes in memory it is usually faster to read/write the 
whole image if it is stripped TIFF.  But if the strips are extremely 
large there can be performance problems as well.

If there is no practical reason to save the image as tiles, then I 
recommend using strips.

> While saving, should we consider the layout of the original Tiff image
> which we opened ??

That depends on the intentions of your software.

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