X7ROOT File Manager
Current Path:
/usr/share/doc/libtiff-devel-4.0.3/html
usr
/
share
/
doc
/
libtiff-devel-4.0.3
/
html
/
📁
..
📄
TIFFTechNote2.html
(34.86 KB)
📄
addingtags.html
(11.53 KB)
📄
bugs.html
(2.58 KB)
📄
build.html
(23.1 KB)
📄
contrib.html
(3.65 KB)
📄
document.html
(1.57 KB)
📁
images
📄
images.html
(1.06 KB)
📄
index.html
(4.94 KB)
📄
internals.html
(18.79 KB)
📄
intro.html
(2.34 KB)
📄
libtiff.html
(36.56 KB)
📁
man
📄
misc.html
(3.74 KB)
📄
support.html
(17.28 KB)
📄
tools.html
(6.59 KB)
📄
v3.4beta007.html
(3.8 KB)
📄
v3.4beta016.html
(3.93 KB)
📄
v3.4beta018.html
(2.58 KB)
📄
v3.4beta024.html
(5.21 KB)
📄
v3.4beta028.html
(5.84 KB)
📄
v3.4beta029.html
(2.7 KB)
📄
v3.4beta031.html
(3.25 KB)
📄
v3.4beta032.html
(2.63 KB)
📄
v3.4beta033.html
(2.23 KB)
📄
v3.4beta034.html
(2.11 KB)
📄
v3.4beta035.html
(1.75 KB)
📄
v3.4beta036.html
(4.46 KB)
📄
v3.5.1.html
(2.12 KB)
📄
v3.5.2.html
(3.2 KB)
📄
v3.5.3.html
(4.16 KB)
📄
v3.5.4.html
(2.32 KB)
📄
v3.5.5.html
(4.88 KB)
📄
v3.5.6-beta.html
(5.96 KB)
📄
v3.5.7.html
(9.79 KB)
📄
v3.6.0.html
(16.39 KB)
📄
v3.6.1.html
(6.67 KB)
📄
v3.7.0.html
(4.06 KB)
📄
v3.7.0alpha.html
(8.89 KB)
📄
v3.7.0beta.html
(4.85 KB)
📄
v3.7.0beta2.html
(3.54 KB)
📄
v3.7.1.html
(8 KB)
📄
v3.7.2.html
(7.84 KB)
📄
v3.7.3.html
(8.06 KB)
📄
v3.7.4.html
(4.17 KB)
📄
v3.8.0.html
(6.67 KB)
📄
v3.8.1.html
(7.87 KB)
📄
v3.8.2.html
(4.19 KB)
📄
v3.9.0beta.html
(11.45 KB)
📄
v3.9.1.html
(3.12 KB)
📄
v3.9.2.html
(3.32 KB)
📄
v4.0.0.html
(10.51 KB)
📄
v4.0.1.html
(2.97 KB)
📄
v4.0.2.html
(2.95 KB)
Editing: intro.html
<HTML> <HEAD> <TITLE> Introduction to the TIFF Documentation </TITLE> </HEAD> <BODY BGCOLOR=white> <FONT FACE="Arial, Helvetica, Sans"> <H1> <IMG SRC=images/strike.gif WIDTH=128 HEIGHT=100 ALIGN=left HSPACE=6> Introduction to the TIFF Documentation </H1> <P> The following definitions are used throughout this documentation. They are consistent with the terminology used in the TIFF 6.0 specification. <DL> <DT><I>Sample</I> <DD>The unit of information stored in an image; often called a channel elsewhere. Sample values are numbers, usually unsigned integers, but possibly in some other format if the SampleFormat tag is specified in a TIFF <DT><I>Pixel</I> <DD>A collection of one or more samples that go together. <DT><I>Row</I> <DD>An Nx1 rectangular collection of pixels. <DT><I>Tile</I> <DD>An NxM rectangular organization of data (or pixels). <DT><I>Strip</I> <DD>A tile whose width is the full image width. <DT><I>Compression</I> <DD>A scheme by which pixel or sample data are stored in an encoded form, specifically with the intent of reducing the storage cost. <DT><I>Codec</I> <DD>Software that implements the decoding and encoding algorithms of a compression scheme. </UL> <P> In order to better understand how TIFF works (and consequently this software) it is important to recognize the distinction between the physical organization of image data as it is stored in a TIFF and how the data is interpreted and manipulated as pixels in an image. TIFF supports a wide variety of storage and data compression schemes that can be used to optimize retrieval time and/or minimize storage space. These on-disk formats are independent of the image characteristics; it is the responsibility of the TIFF reader to process the on-disk storage into an in-memory format suitable for an application. Furthermore, it is the responsibility of the application to properly interpret the visual characteristics of the image data. TIFF defines a framework for specifying the on-disk storage format and image characteristics with few restrictions. This permits significant complexity that can be daunting. Good applications that handle TIFF work by handling as wide a range of storage formats as possible, while constraining the acceptable image characteristics to those that make sense for the application. <P> <HR> Last updated: $Date: 1999/08/09 20:21:21 $ </BODY> </HTML>
Upload File
Create Folder