|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<title></title>
|
|
roentgen |
b75cab |
Introduction to the TIFF Documentation
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font face="Arial, Helvetica, Sans"></font>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Introduction to the TIFF Documentation
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
The following definitions are used throughout this documentation.
|
|
roentgen |
b75cab |
They are consistent with the terminology used in the TIFF 6.0 specification.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Sample
|
|
roentgen |
b75cab |
The unit of information stored in an image; often called a
|
|
roentgen |
b75cab |
channel elsewhere. Sample values are numbers, usually unsigned
|
|
roentgen |
b75cab |
integers, but possibly in some other format if the SampleFormat
|
|
roentgen |
b75cab |
tag is specified in a TIFF
|
|
roentgen |
b75cab |
Pixel
|
|
roentgen |
b75cab |
A collection of one or more samples that go together.
|
|
roentgen |
b75cab |
Row
|
|
roentgen |
b75cab |
An Nx1 rectangular collection of pixels.
|
|
roentgen |
b75cab |
Tile
|
|
roentgen |
b75cab |
An NxM rectangular organization of data (or pixels).
|
|
roentgen |
b75cab |
Strip
|
|
roentgen |
b75cab |
A tile whose width is the full image width.
|
|
roentgen |
b75cab |
Compression
|
|
roentgen |
b75cab |
A scheme by which pixel or sample data are stored in
|
|
roentgen |
b75cab |
an encoded form, specifically with the intent of reducing the
|
|
roentgen |
b75cab |
storage cost.
|
|
roentgen |
b75cab |
Codec
|
|
roentgen |
b75cab |
Software that implements the decoding and encoding algorithms
|
|
roentgen |
b75cab |
of a compression scheme.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
In order to better understand how TIFF works (and consequently this
|
|
roentgen |
b75cab |
software) it is important to recognize the distinction between the
|
|
roentgen |
b75cab |
physical organization of image data as it is stored in a TIFF and how
|
|
roentgen |
b75cab |
the data is interpreted and manipulated as pixels in an image. TIFF
|
|
roentgen |
b75cab |
supports a wide variety of storage and data compression schemes that
|
|
roentgen |
b75cab |
can be used to optimize retrieval time and/or minimize storage space.
|
|
roentgen |
b75cab |
These on-disk formats are independent of the image characteristics; it
|
|
roentgen |
b75cab |
is the responsibility of the TIFF reader to process the on-disk storage
|
|
roentgen |
b75cab |
into an in-memory format suitable for an application. Furthermore, it
|
|
roentgen |
b75cab |
is the responsibility of the application to properly interpret the
|
|
roentgen |
b75cab |
visual characteristics of the image data. TIFF defines a framework for
|
|
roentgen |
b75cab |
specifying the on-disk storage format and image characteristics with
|
|
roentgen |
b75cab |
few restrictions. This permits significant complexity that can be
|
|
roentgen |
b75cab |
daunting. Good applications that handle TIFF work by handling as wide
|
|
roentgen |
b75cab |
a range of storage formats as possible, while constraining the
|
|
roentgen |
b75cab |
acceptable image characteristics to those that make sense for the
|
|
roentgen |
b75cab |
application.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Last updated: $Date: 1999/08/09 20:21:21 $
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|