kusano 7d535a
kusano 7d535a
kusano 7d535a
<title></title>
kusano 7d535a
Introduction to the TIFF Documentation
kusano 7d535a
kusano 7d535a
kusano 7d535a
 
kusano 7d535a
<font face="Arial, Helvetica, Sans"></font>
kusano 7d535a

kusano 7d535a
kusano 7d535a
Introduction to the TIFF Documentation
kusano 7d535a
kusano 7d535a
kusano 7d535a
kusano 7d535a

kusano 7d535a
The following definitions are used throughout this documentation.
kusano 7d535a
They are consistent with the terminology used in the TIFF 6.0 specification.
kusano 7d535a
kusano 7d535a
kusano 7d535a
Sample
kusano 7d535a
The unit of information stored in an image; often called a
kusano 7d535a
  channel elsewhere.  Sample values are numbers, usually unsigned
kusano 7d535a
  integers, but possibly in some other format if the SampleFormat
kusano 7d535a
  tag is specified in a TIFF
kusano 7d535a
Pixel
kusano 7d535a
A collection of one or more samples that go together.
kusano 7d535a
Row
kusano 7d535a
An Nx1 rectangular collection of pixels.
kusano 7d535a
Tile
kusano 7d535a
An NxM rectangular organization of data (or pixels).
kusano 7d535a
Strip
kusano 7d535a
A tile whose width is the full image width.
kusano 7d535a
Compression
kusano 7d535a
A scheme by which pixel or sample data are stored in
kusano 7d535a
  an encoded form, specifically with the intent of reducing the
kusano 7d535a
  storage cost.
kusano 7d535a
Codec
kusano 7d535a
Software that implements the decoding and encoding algorithms
kusano 7d535a
  of a compression scheme.
kusano 7d535a
kusano 7d535a
kusano 7d535a

kusano 7d535a
In order to better understand how TIFF works (and consequently this
kusano 7d535a
software) it is important to recognize the distinction between the
kusano 7d535a
physical organization of image data as it is stored in a TIFF and how
kusano 7d535a
the data is interpreted and manipulated as pixels in an image.  TIFF
kusano 7d535a
supports a wide variety of storage and data compression schemes that
kusano 7d535a
can be used to optimize retrieval time and/or minimize storage space.
kusano 7d535a
These on-disk formats are independent of the image characteristics; it
kusano 7d535a
is the responsibility of the TIFF reader to process the on-disk storage
kusano 7d535a
into an in-memory format suitable for an application.  Furthermore, it
kusano 7d535a
is the responsibility of the application to properly interpret the
kusano 7d535a
visual characteristics of the image data.  TIFF defines a framework for
kusano 7d535a
specifying the on-disk storage format and image characteristics with
kusano 7d535a
few restrictions.  This permits significant complexity that can be
kusano 7d535a
daunting.  Good applications that handle TIFF work by handling as wide
kusano 7d535a
a range of storage formats as possible, while constraining the
kusano 7d535a
acceptable image characteristics to those that make sense for the
kusano 7d535a
application.
kusano 7d535a
kusano 7d535a
kusano 7d535a

kusano 7d535a

kusano 7d535a
kusano 7d535a
Last updated: $Date: 1999/08/09 20:21:21 $
kusano 7d535a
kusano 7d535a
kusano 7d535a