/
usr
/
share
/
doc
/
libtiff-devel
/
html
/
/usr/share/doc/libtiff-devel/html
mkdir
upload
Name
Size
Mode
Actions
images/
-
0755
rm
man/
-
0755
rm
addingtags.html
12215
0644
edit
dl
rm
bugs.html
2530
0644
edit
dl
rm
build.html
25974
0644
edit
dl
rm
CMakeLists.txt
2369
0644
edit
dl
rm
contrib.html
3702
0644
edit
dl
rm
document.html
1697
0644
edit
dl
rm
images.html
1182
0644
edit
dl
rm
index.html
5097
0644
edit
dl
rm
internals.html
19132
0644
edit
dl
rm
intro.html
2500
0644
edit
dl
rm
libtiff.html
38608
0644
edit
dl
rm
misc.html
3941
0644
edit
dl
rm
support.html
17614
0644
edit
dl
rm
TIFFTechNote2.html
35698
0644
edit
dl
rm
tools.html
5673
0644
edit
dl
rm
v3.4beta007.html
3965
0644
edit
dl
rm
v3.4beta016.html
4091
0644
edit
dl
rm
v3.4beta018.html
2716
0644
edit
dl
rm
v3.4beta024.html
5407
0644
edit
dl
rm
v3.4beta028.html
6049
0644
edit
dl
rm
v3.4beta029.html
2838
0644
edit
dl
rm
v3.4beta031.html
3394
0644
edit
dl
rm
v3.4beta032.html
2763
0644
edit
dl
rm
v3.4beta033.html
2357
0644
edit
dl
rm
v3.4beta034.html
2230
0644
edit
dl
rm
v3.4beta035.html
1861
0644
edit
dl
rm
v3.4beta036.html
4636
0644
edit
dl
rm
v3.5.1.html
2242
0644
edit
dl
rm
v3.5.2.html
3344
0644
edit
dl
rm
v3.5.3.html
4331
0644
edit
dl
rm
v3.5.4.html
2447
0644
edit
dl
rm
v3.5.5.html
5070
0644
edit
dl
rm
v3.5.6-beta.html
6191
0644
edit
dl
rm
v3.5.7.html
10087
0644
edit
dl
rm
v3.6.0.html
16845
0644
edit
dl
rm
v3.6.1.html
6889
0644
edit
dl
rm
v3.7.0.html
4222
0644
edit
dl
rm
v3.7.0alpha.html
9162
0644
edit
dl
rm
v3.7.0beta.html
5024
0644
edit
dl
rm
v3.7.0beta2.html
3683
0644
edit
dl
rm
v3.7.1.html
8259
0644
edit
dl
rm
v3.7.2.html
8087
0644
edit
dl
rm
v3.7.3.html
8318
0644
edit
dl
rm
v3.7.4.html
4327
0644
edit
dl
rm
v3.8.0.html
6891
0644
edit
dl
rm
v3.8.1.html
8121
0644
edit
dl
rm
v3.8.2.html
4352
0644
edit
dl
rm
v3.9.0beta.html
11783
0644
edit
dl
rm
v3.9.1.html
3257
0644
edit
dl
rm
v3.9.2.html
3460
0644
edit
dl
rm
v4.0.0.html
10820
0644
edit
dl
rm
v4.0.1.html
3107
0644
edit
dl
rm
v4.0.2.html
3081
0644
edit
dl
rm
v4.0.3.html
3525
0644
edit
dl
rm
v4.0.4.html
8260
0644
edit
dl
rm
v4.0.4beta.html
13307
0644
edit
dl
rm
v4.0.5.html
4437
0644
edit
dl
rm
v4.0.6.html
3908
0644
edit
dl
rm
v4.0.7.html
17474
0644
edit
dl
rm
v4.0.8.html
18796
0644
edit
dl
rm
v4.0.9.html
18188
0644
edit
dl
rm
v4.0.10.html
12431
0644
edit
dl
rm
v4.1.0.html
5955
0644
edit
dl
rm
v4.2.0.html
6198
0644
edit
dl
rm
v4.3.0.html
5097
0644
edit
dl
rm
Edit:
/usr/share/doc/libtiff-devel/html/intro.html
(2500B)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE> Introduction to the TIFF Documentation </TITLE> <style type="text/css"> body { font-family: Arial, Helvetica, Sans; } </style> </HEAD> <BODY> <H1> <IMG SRC="images/strike.gif" WIDTH=128 HEIGHT=100 ALIGN=left HSPACE=6 ALT="strike"> 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. </DL> <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: 2016-09-25 20:05:44 $ </BODY> </HTML>
Save
cmd:
run