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 * tools/tiff2ps.c: Incorporated significant functionality update
from Richard Nolde. In particular, support for rotating the image from Richard Nolde. In particular, support for rotating the image
by 90, 180, 270, and 'auto' has been added. Still waiting for by 90, 180, 270, and 'auto' has been added.
documentation patch to man/tiff2ps.1.
* man/tiffcrop.1: Incorporated documentation updates from Richard * man/tiffcrop.1: Incorporated documentation updates from Richard
Nolde. 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) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
@ -136,6 +136,13 @@ be split in several pages. Option
.B \-L .B \-L
may be used for specifying size of split images overlapping. may be used for specifying size of split images overlapping.
.TP .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 .B \-i
Enable/disable pixel interpolation. This option requires a Enable/disable pixel interpolation. This option requires a
single numeric value: zero to disable pixel interpolation and 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 Specify the size of overlapping for split images (in inches). Used in
conjunction with conjunction with
.B \-H .B \-H
option and
.B \-W
option. option.
.TP .TP
.B \-l .B \-l
@ -179,8 +188,11 @@ tag.
.B \-p .B \-p
Force the generation of (non-Encapsulated) \*(Ps. Force the generation of (non-Encapsulated) \*(Ps.
.TP .TP
.B \-r .B \-r 90|180|270|auto
Rotate image by 180 degrees. 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 .TP
.B \-s .B \-s
Generate output for a single IFD (page) in the input file. Generate output for a single IFD (page) in the input file.