diff --git a/ChangeLog b/ChangeLog index e49c9f43..3fd957c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/man/tiff2ps.1 b/man/tiff2ps.1 index 71eddd7e..c3a9bacf 100644 --- a/man/tiff2ps.1 +++ b/man/tiff2ps.1 @@ -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.