1 .\" $Id: fax2ps.1,v 1.3 2005/11/02 11:07:19 dron Exp $
3 .\" Copyright (c) 1991-1997 Sam Leffler
4 .\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
6 .\" Permission to use, copy, modify, distribute, and sell this software and
7 .\" its documentation for any purpose is hereby granted without fee, provided
8 .\" that (i) the above copyright notices and this permission notice appear in
9 .\" all copies of the software and related documentation, and (ii) the names of
10 .\" Sam Leffler and Silicon Graphics may not be used in any advertising or
11 .\" publicity relating to the software without the specific, prior written
12 .\" permission of Sam Leffler and Silicon Graphics.
14 .\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
15 .\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
16 .\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
18 .\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
19 .\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
20 .\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
21 .\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
22 .\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
26 .TH FAX2PS 1 "November 2, 2005" "libtiff"
30 facsimile to compressed \*(Ps\(tm
42 facsimile image files and prints a compressed form of
43 \*(Ps on the standard output that is suitable for printing.
45 By default, each page is scaled to reflect the
46 image dimensions and resolutions stored in the file.
51 options can be used to specify the horizontal and vertical
52 image resolutions (lines/inch), respectively.
55 option is specified, each page is scaled to fill an output page.
56 The default output page is 8.5 by 11 inches.
57 Alternate page dimensions can be specified in inches with the
65 generates \*(Ps for all pages in the file.
68 option can be used to select one or more pages from
69 a multi-page document.
72 generates a compressed form of \*(Ps that is
73 optimized for sending pages of text to a \*(Ps
74 printer attached to a host through a low-speed link (such
76 Each output page is filled with white and then only
77 the black areas are drawn.
78 The \*(Ps specification of the black drawing operations
79 is optimized by using a special font that encodes the
80 move-draw operations required to fill
81 the black regions on the page.
82 This compression scheme typically results in a substantially
83 reduced \*(Ps description, relative to the straightforward
84 imaging of the page with a \*(Ps
87 This algorithm can, however, be ineffective
88 for continuous-tone and white-on-black images.
89 For these images, it sometimes is more efficient to send
90 the raster bitmap image directly; see
95 Print only the indicated page.
96 Multiple pages may be printed by specifying
97 this option more than once.
102 as the horizontal resolution, in dots/inch, of the image data.
103 By default this value is taken from the file.
105 .BI \-y " resolution"
108 as the vertical resolution, in lines/inch, of the image data.
109 By default this value is taken from the file.
112 Scale each page of image data to fill the output page dimensions.
113 By default images are presented according to the dimension
114 information recorded in the
121 as the width, in inches, of the output page.
126 as the height, in inches, of the output page.
128 Some messages about malformed
134 Various messages about badly formatted facsimile images
135 may be generated due to transmission errors in received
138 attempts to recover from such data errors by resynchronizing
139 decoding at the end of the current scanline.
140 This can result in long horizontal black lines in the resultant
143 If the destination printer supports \*(Ps Level II then
144 it is always faster to just send the encoded bitmap generated
150 should probably figure out when it is doing a poor
151 job of compressing the output and just generate
152 \*(Ps to image the bitmap raster instead.
157 Libtiff library home page:
158 .BR http://www.remotesensing.org/libtiff/