X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8414a40c52191d4c7cfeea74df22d9d64cbec415..a3b7db872925df2921f36637a84085ec04cf977a:/src/tiff/html/man/tiffcp.1.html diff --git a/src/tiff/html/man/tiffcp.1.html b/src/tiff/html/man/tiffcp.1.html index 310783a98f..4c7fcb62f7 100644 --- a/src/tiff/html/man/tiffcp.1.html +++ b/src/tiff/html/man/tiffcp.1.html @@ -1,5 +1,5 @@ - + @@ -74,7 +74,7 @@ any way.

-

−b image

+

−b image

MSB2LSB.

+ + + + + + @@ -274,7 +288,7 @@ force samples to be written in separate planes.

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.

@@ -327,6 +341,20 @@ of data appear in a tile.

+ + + + + +
+

−i

+
+ +

Ignore non-fatal read errors and continue processing of +the input file.

+
+
+

−l

+ +

−x

+
+ +

Force the output file to be written with PAGENUMBER value +in sequence.

+
+
+

−,=character

-

−,={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.

@@ -366,7 +394,7 @@ result using LZW encoding:

-
tiffcp -c lzw a.tif b.tif result.tif
+
tiffcp −c lzw a.tif b.tif result.tif
 
@@ -387,7 +415,7 @@ used:

-
tiffcp -c g4 -r 10000 g3.tif g4.tif
+
tiffcp −c g4 −r 10000 g3.tif g4.tif
 
@@ -403,10 +431,11 @@ rows in the source file.)

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’’:

+

A trailing comma denotes remaining images in sequence. +The following command will copy all image with except the +first one:

+
-

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 album.tif,1, 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 −c none −b CCD.tif CCD.tif,1, result.tif
 
@@ -447,9 +498,10 @@ decompressing) with the command:

-

If the file above were named "CCD,X.tif", the -"-,=" option would be required to correctly parse -this filename with image numbers, as follows:

+

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
+
tiffcp −c none −,=% −b CCD,X.tif CCD,X%1%.tif result.tif