Skip to content

Commit

Permalink
Updates for tiff2ps.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfriesenhahn committed Jan 12, 2009
1 parent 4daed81 commit d45600c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* tools/tiffcrop.c: Incorporated significant functionality update
from Richard Nolde.
Expand Down
18 changes: 15 additions & 3 deletions man/tiff2ps.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $Id: tiff2ps.1,v 1.9 2006-04-20 12:17:19 dron Exp $
.\" $Id: tiff2ps.1,v 1.9.2.1 2009-01-12 02:05:28 bfriesen Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d45600c

Please sign in to comment.