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
May 2004

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

2004.05.07 16:37 "Tiff questions", by James Carroll
2004.05.10 18:54 "Re: Tiff questions", by Chris Cox
2004.05.10 20:28 "Re: Tiff questions", by Frank Warmerdam
2004.05.10 18:56 "Re: Tiff questions", by Frank Warmerdam
2004.05.10 22:29 "Re: Tiff questions", by Bob Friesenhahn
2004.05.11 07:22 "Re: Tiff questions", by Kai-uwe Behrmann
2004.05.11 14:25 "Re: Tiff questions", by Bob Friesenhahn
2004.05.11 13:58 "Re: Tiff questions", by James Carroll
2004.05.11 18:36 "Re: Tiff questions", by Andrey Kiselev

2004.05.10 22:29 "Re: Tiff questions", by Bob Friesenhahn

On Fri, 7 May 2004, James Carroll wrote:

> Hi,  I have a bunch of questions.
>
> I am exploring using TIFF support for my image server that also supports
> FlashPIX.  The general idea is that the images are very large, and
> people want to zoom in and out, so I am trying (pyramidal) multiple
> levels of downsampled versions of the same image, all stored as
> jpeg-compressed tiles.

You might consider using the "Pyramid" TIFF scheme supported by
ImageMagick/GraphicsMagick ("PTIF" format).  This scheme is a bit
FlashPIX-like.

The strategy is to store multiple resolutions (different scaled sizes)
of the image as frames of a multi-frame TIFF.  Each frame is stored in
tiled TIFF format.  This allows the resolution to be quickly selected,
and then a region may be efficiently extracted by reading the
associated TIFF tiles.

To prepare the image, ImageMagick/GraphicsMagick simply successively
reduces the image size and saves the result as a frame until the image
size reaches a minimum threshold.

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