Auf zwei Planeten: Repariere Konvertierungsfehler und Kleinbuchstaben am Satzanfang
[ccbib.git] / psutils / epsffit.man
blob9f1bf66beb133680b6accbca4b8032f69d9278cc
1 .TH EPSFFIT 1 "PSUtils Release @RELEASE@ Patchlevel @PATCHLEVEL@"
2 .SH NAME
3 epsffit \- fit encapsulated PostScript file (EPSF) into constrained size
4 .SH SYNOPSIS
5 .B epsffit
7 .B \-c
8 ] [
9 .B \-r
10 ] [
11 .B \-a
12 ] [
13 .B \-m
14 ] [
15 .B \-s
17 .I "llx lly urx ury"
19 .B infile
21 .B outfile
22 ] ]
23 .SH DESCRIPTION
24 .I Epsffit
25 fits an EPSF file (encapsulated PostScript) to a given bounding box.
26 The coordinates of the box are given by \fB(llx,lly)\fR for the lower
27 left, and \fB(urx,ury)\fR for the upper right, in PostScript units (points).
28 .PP
29 If no input or output files are specified,
30 .I epsffit
31 read from the standard input and writes to the standard output.
32 .SH OPTIONS
33 .IP \fB\-c\fP 1i
34 Center the image in the given bounding box.
35 .IP \fB\-r\fP 1i
36 Rotate the image by 90 degrees counter-clockwise.
37 .IP \fB\-a\fP 1i
38 Adjust the aspect ratio to fit the bounding box. The default is to preserve
39 the aspect ratio.
40 .IP \fB\-m\fP 1i
41 Rotates the image to maximise the size if it would fit the specified bounding
42 box better.
43 .IP \fB\-s\fP 1i
44 Add a \fIshowpage\fP at the end of the file to force the image to print.
45 .SH AUTHOR
46 Copyright (C) Angus J. C. Duggan 1991-1995
47 .SH "SEE ALSO"
48 @MAN@
49 .SH TRADEMARKS
50 .B PostScript
51 is a trademark of Adobe Systems Incorporated.