diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/libtiff/html/man/tiffcp.1.html --- a/src/3rdparty/libtiff/html/man/tiffcp.1.html Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/libtiff/html/man/tiffcp.1.html Tue Jul 06 15:10:48 2010 +0300 @@ -1,5 +1,5 @@ - +
@@ -74,7 +74,7 @@−b image
−b image
+ −i + |
++ |
+
+ Ignore non-fatal read errors and continue processing of +the input file. + |
++ | +
+ |
+
−l |
@@ -274,7 +288,7 @@ data written to the output file. By default (or when value 0 is specified), tiffcp attempts to set the rows/strip that no more than 8 kilobytes of data appear in a -strip. If you specify special value -1 it will +strip. If you specify special value −1 it will results in infinite number of the rows per strip. The entire image will be the one strip in that case. @@ -334,7 +348,7 @@ |
- −,={character} |
+
- substitute {character} for ’,’ in parsing -image directory indices in files. This is necessary if -filenames contain commas. Note that ’,=’ with + substitute character for ‘,’ in +parsing image directory indices in files. This is necessary +if filenames contain commas. Note that −,= with whitespace immediately following will disable the special -meaning of the ’,’ entirely. See examples. +meaning of the ‘,’ entirely. See examples. |
tiffcp -c lzw a.tif b.tif result.tif +tiffcp −c lzw a.tif b.tif result.tif
tiffcp -c g4 -r 10000 g3.tif g4.tif +tiffcp −c g4 −r 10000 g3.tif g4.tif
To extract a selected set of images from a multi-image TIFF file, the file name may be immediately followed by a -’,’ separated list of image directory indices. +‘,’ separated list of image directory indices. The first image is always in directory 0. Thus, to copy the -1st and 3rd images of image file "album.tif" to -"result.tif":
+1st and 3rd images of image file +‘‘album.tif’’ to +‘‘result.tif’’:
- Given file "CCD.tif" whose first image is a -noise bias followed by images which include that bias, -subtract the noise from all those images following it (while -decompressing) with the command: |
+
-tiffcp -c none -b CCD.tif CCD.tif,1, result.tif +tiffcp album.tif,1, result.tif |
If the file above were named "CCD,X.tif", the -"-,=" option would be required to correctly parse -this filename with image numbers, as follows:
Given file ‘‘CCD.tif’’ whose +first image is a noise bias followed by images which include +that bias, subtract the noise from all those images +following it (while decompressing) with the +command:
-tiffcp -c none -,=% -b CCD,X.tif CCD,X%1%.tif result.tif +tiffcp −c none −b CCD.tif CCD.tif,1, result.tif ++ |
+
+ |
+ If the file above were named +‘‘CCD,X.tif’’, the −,= +option would be required to correctly parse this filename +with image numbers, as follows: |
+
+ |
+tiffcp −c none −,=% −b CCD,X.tif CCD,X%1%.tif result.tif |