Page 1 of 1
"TIFF (Tiled)" - what does it mean?
Posted: Mon Jul 02, 2012 9:44 am
by Peter2
I got TIFF-files (CCITT 4, b/w) where the format is displayed as "TIFF (Tiled)"?
What does it mean? Advantage or disadvantage?
Peter
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jul 03, 2012 1:54 pm
by xnview
Data are tiled (256x256 for example), and compressed separately
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jul 03, 2012 4:30 pm
by XnTriq
IIPImage (Documentation » [url=http://iipimage.sourceforge.net/documentation/images/]Image Formats[/url]) wrote:Tiled Multi-Resolution (or Tiled Pyramidal) TIFF is simply a tiled multi-page TIFF image, with each resolution stored as a separate layer within the TIFF. This is a standard TIFF extension and is supported by most image processing applications including Photoshop,
GIMP,
VIPS and
ImageMagick. The
libtiff codec library is also perfectly capable of reading and writing such images.
Tiled Pyramidal TIFF images can also be optionally compressed using lossless Deflate or LZW. Or be compressed lossily with JPEG for smaller file sizes.
In order to test the server, you may use this example
TIFF image.
@Pierre: XnView v1.99 doesn't like
PalaisDuLouvre.tif. Could you please take a look at it?
NDIIPP – Digital Formats (Format Description Categories » [url=http://www.digitalpreservation.gov/formats/fdd/fdd000237.shtml]TIFF, Pyramid[/url]) wrote:TIFF is a tag-based file format for storing and interchanging raster images. A TIFF file can hold multiple images in a single file. The term "Pyramid TIFF" is used to describe a TIFF file that wraps a sequence of bitmaps that each represent the same image at increasingly coarse spatial resolutions. The individual images may be compressed or tiled. Compression is used when storage space savings are significant; tiling may yield more efficient delivery when most use involves zooming into image sections rather than viewing the whole. The term Pyramid TIFF or pyramid-encoded TIFF has been applied to different approaches, each based on valid internal TIFF structures, that have been used to support dynamic delivery of the underlying image at different spatial resolutions. Pyramid TIFF files created by different applications are not necessarily the same in structure. In particular, judging from analysis with JHOVE and the identify command in ImageMagick, Adobe's Photoshop and Image Magick generate files with different internal TIFF structures; in both cases, most software that can handle TIFFs appears to recognize the primary (full-size) TIFF without problem.
[Note: For convenience for the compilers of this resource, and to allow human readers to see the differences between the two forms of TIFF that may get called "Pyramid TIFF", we describe the two variants in a single document. In a format registry intended to support automated processes, they would need separate identification.]
- Wikipedia
- Microsoft Live Labs – Seadragon
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jul 03, 2012 5:00 pm
by XnTriq
There are no problems viewing these:
[color=green]pics-3.8.0.tar.gz\pics-3.8.0.tar\libtiff\README[/color] wrote:Code: Select all
cramps.tif 800x607 8-bit b&w (packbits) "cramps poster"
cramps-tile.tif 256x256 tiled version of cramps.tif (no compression)
quad-lzw.tif 512x384 8-bit RGB (lzw) "quadric surfaces"
quad-tile.tif 512x384 tiled version of quad-lzw.tif (lzw)
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jul 10, 2012 12:16 pm
by xnview
XnTriq wrote:
@Pierre: XnView v1.99 doesn't like
PalaisDuLouvre.tif. Could you please take a look at it?
ok, i'll check
Re: "TIFF (Tiled)" - what does it mean?
Posted: Mon Jun 17, 2013 12:12 pm
by Peter2
xnview wrote:XnTriq wrote:
@Pierre: XnView v1.99 doesn't like
PalaisDuLouvre.tif. Could you please take a look at it?
ok, i'll check
Some think new? Seem not to work today ..
Peter
Re: "TIFF (Tiled)" - what does it mean?
Posted: Mon Jun 17, 2013 12:36 pm
by xnview
I have a problem with this file

Re: "TIFF (Tiled)" - what does it mean?
Posted: Mon Jun 17, 2013 8:57 pm
by Peter2
OK, thanks. No problem for me ...
Peter
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jun 18, 2013 1:33 am
by DOS386
NC 6.17 converts it happily, result (4'000 x 828):
Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jun 18, 2013 3:00 am
by XnTriq
TrolLOL! Bingo!
DOS386 wrote:
NC 6.17 converts it happily, result (4'000 x 828):

Re: "TIFF (Tiled)" - what does it mean?
Posted: Tue Jun 18, 2013 4:54 am
by Peter2