|
−f
|
|
Specify the bit fill order to use in writing output
data. By default, tiffcrop will create a new file
with the same fill order as the original. Specifying
−f lsb2msb will force data to be written with
the FillOrder tag set to LSB2MSB, while
−f msb2lsb will force data to be written with
the FillOrder tag set to MSB2LSB.
|
|
|
−i
|
|
Ignore non-fatal read errors and continue processing of
the input file.
|
|
|
−l
|
|
Specify the length of a tile (in pixels).
tiffcrop attempts to set the tile dimensions so that
no more than 8 kilobytes of data appear in a tile.
|
|
|
−L
|
|
Force output to be written with Little-Endian byte
order. This option only has an effect when the output file
is created or overwritten and not when it is appended
to.
|
|
|
−M
|
|
Suppress the use of memory-mapped files when reading
images.
|
|
|
−p
|
|
Specify the planar configuration to use in writing image
data that has one 8-bit sample per pixel. By default,
tiffcrop will create a new file with the same planar
configuration as the original. Specifying −p
contig will force data to be written with multi-sample
data packed together, while −p separate will
force samples to be written in separate planes.
|
|
|
−r
|
|
Specify the number of rows (scanlines) in each strip of
data written to the output file. By default (or when value
0 is specified), tiffcrop 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
results in infinite number of the rows per strip. The entire
image will be the one strip in that case.
|
|
|
−s
|
|
Force the output file to be written with data organized
in strips (rather than tiles).
|
|
|
−t
|
|
Force the output file to be written with data organized
in tiles (rather than strips). options can be used to force
the resultant image to be written as strips or tiles of
data, respectively.
|
|
|
−w
|
|
Specify the width of a tile (in pixels). tiffcrop
attempts to set the tile dimensions so that no more than 8
kilobytes of data appear in a tile. tiffcrop attempts
to set the tile dimensions so that no more than 8 kilobytes
of data appear in a tile.
|
|