Document missing '-i' command line switch as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1437
This commit is contained in:
parent
52cd7a3a70
commit
33465b3610
22
man/tiffcp.1
22
man/tiffcp.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tiffcp.1,v 1.8 2006-08-03 17:51:32 dron Exp $
|
.\" $Id: tiffcp.1,v 1.9 2007-02-24 11:19:33 dron Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1988-1997 Sam Leffler
|
.\" Copyright (c) 1988-1997 Sam Leffler
|
||||||
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||||
@ -23,7 +23,7 @@
|
|||||||
.\" OF THIS SOFTWARE.
|
.\" OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.if n .po 0
|
.if n .po 0
|
||||||
.TH TIFFCP 1 "August 03, 2006" "libtiff"
|
.TH TIFFCP 1 "February 24, 2007" "libtiff"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tiffcp \- copy (and possibly convert) a
|
tiffcp \- copy (and possibly convert) a
|
||||||
.SM TIFF
|
.SM TIFF
|
||||||
@ -147,6 +147,9 @@ while
|
|||||||
will force data to be written with the FillOrder tag set to
|
will force data to be written with the FillOrder tag set to
|
||||||
.SM MSB2LSB.
|
.SM MSB2LSB.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-i
|
||||||
|
Ignore non-fatal read errors and continue processing of the input file.
|
||||||
|
.TP
|
||||||
.B \-l
|
.B \-l
|
||||||
Specify the length of a tile (in pixels).
|
Specify the length of a tile (in pixels).
|
||||||
.I tiffcp
|
.I tiffcp
|
||||||
@ -194,19 +197,18 @@ Force the output file to be written with data organized in strips
|
|||||||
(rather than tiles).
|
(rather than tiles).
|
||||||
.TP
|
.TP
|
||||||
.B \-t
|
.B \-t
|
||||||
Force the output file to be written with data organized in tiles
|
Force the output file to be written with data organized in tiles (rather than
|
||||||
(rather than strips).
|
strips). options can be used to force the resultant image to be written as
|
||||||
options can be used to force the resultant image to be written
|
strips or tiles of data, respectively.
|
||||||
as strips or tiles of data, respectively.
|
|
||||||
.TP
|
.TP
|
||||||
.B \-w
|
.B \-w
|
||||||
Specify the width of a tile (in pixels).
|
Specify the width of a tile (in pixels).
|
||||||
.I tiffcp
|
.I tiffcp
|
||||||
attempts to set the tile dimensions so
|
attempts to set the tile dimensions so that no more than 8 kilobytes of data
|
||||||
that no more than 8 kilobytes of data appear in a tile.
|
appear in a tile.
|
||||||
.I tiffcp
|
.I tiffcp
|
||||||
attempts to set the tile dimensions so
|
attempts to set the tile dimensions so that no more than 8 kilobytes of data
|
||||||
that no more than 8 kilobytes of data appear in a tile.
|
appear in a tile.
|
||||||
.TP
|
.TP
|
||||||
.BI \-,= character
|
.BI \-,= character
|
||||||
substitute
|
substitute
|
||||||
|
Loading…
Reference in New Issue
Block a user