diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/libtiff/html/man/raw2tiff.1.html --- a/src/3rdparty/libtiff/html/man/raw2tiff.1.html Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/libtiff/html/man/raw2tiff.1.html Tue Jul 06 15:10:48 2010 +0300 @@ -1,5 +1,5 @@ - +
@@ -53,10 +53,10 @@ TIFF. By default, the TIFF image is created with data samples packed (PlanarConfiguration=1), compressed with the PackBits -algorithm (Compression=32773), and with each -strip no more than 8 kilobytes. These characteristics can -overridden, or explicitly specified with the options -described below. +algorithm (Compression=32773), and with each strip no +more than 8 kilobytes. These characteristics can overridden, +or explicitly specified with the options described +below. @@ -67,7 +67,7 @@−H <number>
−H number
- −w <number> |
+
- −l <number> |
+
- length of input image in lines(can be guessed, see + length of input image in lines (can be guessed, see GUESSING THE IMAGE GEOMETRY below). |
@@ -124,7 +124,7 @@
|
- −b <number> |
+
- −d data_type |
+
- type of samples in input image, where data_type + type of samples in input image, where data_type may be: |
- | + |
- byte +byte |
-- | -+ |
8-bit unsigned integer (default), |
-- |
- | + |
- short +short |
-- | + |
16-bit unsigned integer, |
-- |
- | + |
- long +long |
-- | -+ |
32-bit unsigned integer, |
-- |
- | + |
- sbyte +sbyte |
-- | + |
8-bit signed integer, |
-+ |
+ |
+
+ sshort + |
+
+
+ 16-bit signed integer, |
||||
- | + |
- sshort - |
-- |
-
- 16-bit signed integer, +slong |
-- | -|
- |
-
- slong - |
-- | + |
32-bit signed integer, |
-- | |
- | + |
- float +float |
-- | + |
32-bit IEEE floating point, |
-- |
- | + |
- double +double |
-- | + |
- 64-bit IEEE floating point, - |
-
+ 64-bit IEEE floating point. |
−i config
−i config
type of samples interleaving in input image, where -config may be: |
+config may be:
- | + |
- pixel +pixel |
-- | + |
pixel interleaved data (default), |
-- |
- | + |
- band +band |
-- | -+ |
band interleaved data. |
-- |
- −p photo |
+
photometric interpretation (color space) of the input
-image, where photo may be: |
+image, where photo may be:
- | + |
- rgb - |
-
+ miniswhite |
-+ |
- image has RGB color model, - |
-- |
+ white color represented with 0 value, |
- | + |
- cmyk +minisblack |
-+ |
+
+ black color represented with 0 value (default), |
-+ | ||
+ |
- image has CMYK (separated) color model, +rgb |
-- | + |
+
+ image has RGB color model, |
|||
- | + |
- ycbcr +cmyk + |
+
+
+ image has CMYK (separated) color model, |
-- | + | ||
+ |
+
+ ycbcr |
-+ |
image has YCbCr color model, |
-- | |||
- | + |
- cielab +cielab |
-- | + |
image has CIE L*a*b color model, |
-- | - |
- | + |
- icclab +icclab |
-- | + |
image has ICC L*a*b color model, |
-- | - |
- | + |
- itulab +itulab |
-- | + |
- image has ITU L*a*b color model, - |
-- |
+ image has ITU L*a*b color model. |
Specify a compression scheme to use when writing image -data: −c none for no compression, -c +data: −c none for no compression, −c packbits for the PackBits compression algorithm (the -default), -c jpeg for the baseline JPEG compression -algorithm, -c zip for the Deflate compression -algorithm, and −c lzw for Lempel-Ziv & -Welch.
+default), −c jpeg for the baseline JPEG +compression algorithm, −c zip for the Deflate +compression algorithm, and −c lzw for +Lempel-Ziv & Welch.−r <number>
−r number