Updates for tiff2ps.1

This commit is contained in:
Bob Friesenhahn 2009-01-12 02:05:19 +00:00
parent d99686ccb2
commit 771a4ea0a9
2 changed files with 16 additions and 5 deletions

View File

@ -2,8 +2,7 @@
* tools/tiff2ps.c: Incorporated significant functionality update
from Richard Nolde. In particular, support for rotating the image
by 90, 180, 270, and 'auto' has been added. Still waiting for
documentation patch to man/tiff2ps.1.
by 90, 180, 270, and 'auto' has been added.
* man/tiffcrop.1: Incorporated documentation updates from Richard
Nolde.

View File

@ -1,4 +1,4 @@
.\" $Id: tiff2ps.1,v 1.9 2006-04-20 12:17:19 dron Exp $
.\" $Id: tiff2ps.1,v 1.10 2009-01-12 02:05:19 bfriesen Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -136,6 +136,13 @@ be split in several pages. Option
.B \-L
may be used for specifying size of split images overlapping.
.TP
.B \-W
Specify the maximum width of image (in inches). Images with larger sizes will
be split in several pages. Options
.B \-L
and
.B \-W
are mutually exclusive.
.B \-i
Enable/disable pixel interpolation. This option requires a
single numeric value: zero to disable pixel interpolation and
@ -145,6 +152,8 @@ non-zero to enable. The default is enabled.
Specify the size of overlapping for split images (in inches). Used in
conjunction with
.B \-H
option and
.B \-W
option.
.TP
.B \-l
@ -179,8 +188,11 @@ tag.
.B \-p
Force the generation of (non-Encapsulated) \*(Ps.
.TP
.B \-r
Rotate image by 180 degrees.
.B \-r 90|180|270|auto
Rotate image by 90, 180, 270 degrees or auto. Auto picks the best
fit for the image on the specified paper size (eg portrait
or landscape) if -h or -w is specified. Rotation is in degrees
counterclockwise. Auto rotates 90 degrees ccw to produce landscape.
.TP
.B \-s
Generate output for a single IFD (page) in the input file.