mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- better fix for manpages
Submitted by: Christian Weisgerber (naddy)
This commit is contained in:
parent
841046e4d5
commit
84e8e3ef0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222095
@ -1,74 +1,10 @@
|
||||
--- man/fax2ps.1.orig 2008-08-17 13:03:49.038994710 -0400
|
||||
+++ man/fax2ps.1 2008-08-17 13:03:52.510994390 -0400
|
||||
@@ -27,7 +27,7 @@
|
||||
--- man/fax2ps.1.orig Fri Dec 2 17:01:33 2005
|
||||
+++ man/fax2ps.1 Fri Oct 24 18:25:45 2008
|
||||
@@ -22,6 +22,7 @@
|
||||
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
.\" OF THIS SOFTWARE.
|
||||
.\"
|
||||
+.ds Ps PostScript
|
||||
.if n .po 0
|
||||
.TH FAX2PS 1 "November 2, 2005" "libtiff"
|
||||
.SH NAME
|
||||
fax2ps \- convert a
|
||||
.SM TIFF
|
||||
-facsimile to compressed \*(Ps\(tm
|
||||
+facsimile to compressed PostScript\(tm
|
||||
.SH SYNOPSIS
|
||||
.B fax2ps
|
||||
[
|
||||
@@ -40,7 +40,7 @@
|
||||
reads one or more
|
||||
.SM TIFF
|
||||
facsimile image files and prints a compressed form of
|
||||
-\*(Ps on the standard output that is suitable for printing.
|
||||
+PostScript on the standard output that is suitable for printing.
|
||||
.PP
|
||||
By default, each page is scaled to reflect the
|
||||
image dimensions and resolutions stored in the file.
|
||||
@@ -62,26 +62,26 @@
|
||||
.PP
|
||||
By default
|
||||
.I fax2ps
|
||||
-generates \*(Ps for all pages in the file.
|
||||
+generates PostScript for all pages in the file.
|
||||
The
|
||||
.B \-p
|
||||
option can be used to select one or more pages from
|
||||
a multi-page document.
|
||||
.PP
|
||||
.I fax2ps
|
||||
-generates a compressed form of \*(Ps that is
|
||||
-optimized for sending pages of text to a \*(Ps
|
||||
+generates a compressed form of PostScript that is
|
||||
+optimized for sending pages of text to a PostScript
|
||||
printer attached to a host through a low-speed link (such
|
||||
as a serial line).
|
||||
Each output page is filled with white and then only
|
||||
the black areas are drawn.
|
||||
-The \*(Ps specification of the black drawing operations
|
||||
+The PostScript specification of the black drawing operations
|
||||
is optimized by using a special font that encodes the
|
||||
move-draw operations required to fill
|
||||
the black regions on the page.
|
||||
This compression scheme typically results in a substantially
|
||||
-reduced \*(Ps description, relative to the straightforward
|
||||
-imaging of the page with a \*(Ps
|
||||
+reduced PostScript description, relative to the straightforward
|
||||
+imaging of the page with a PostScript
|
||||
.I image
|
||||
operator.
|
||||
This algorithm can, however, be ineffective
|
||||
@@ -138,9 +138,9 @@
|
||||
attempts to recover from such data errors by resynchronizing
|
||||
decoding at the end of the current scanline.
|
||||
This can result in long horizontal black lines in the resultant
|
||||
-\*(Ps image.
|
||||
+PostScript image.
|
||||
.SH NOTES
|
||||
-If the destination printer supports \*(Ps Level II then
|
||||
+If the destination printer supports PostScript Level II then
|
||||
it is always faster to just send the encoded bitmap generated
|
||||
by the
|
||||
.BR tiff2ps (1)
|
||||
@@ -149,7 +149,7 @@
|
||||
.I fax2ps
|
||||
should probably figure out when it is doing a poor
|
||||
job of compressing the output and just generate
|
||||
-\*(Ps to image the bitmap raster instead.
|
||||
+PostScript to image the bitmap raster instead.
|
||||
.SH "SEE ALSO"
|
||||
.BR tiff2ps (1),
|
||||
.BR libtiff (3)
|
||||
|
@ -1,142 +1,10 @@
|
||||
--- man/tiff2ps.1.orig 2008-08-17 13:03:49.050994382 -0400
|
||||
+++ man/tiff2ps.1 2008-08-17 13:03:52.522727821 -0400
|
||||
@@ -27,7 +27,7 @@
|
||||
--- man/tiff2ps.1.orig Fri Dec 2 17:01:33 2005
|
||||
+++ man/tiff2ps.1 Sun Mar 26 12:40:12 2006
|
||||
@@ -22,6 +22,7 @@
|
||||
.\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
||||
.\" OF THIS SOFTWARE.
|
||||
.\"
|
||||
+.ds Ps PostScript
|
||||
.if n .po 0
|
||||
.TH TIFF2PS 1 "November 2, 2005" "libtiff"
|
||||
.SH NAME
|
||||
tiff2ps \- convert a
|
||||
.SM TIFF
|
||||
-image to \*(Ps\(tm
|
||||
+image to PostScript\(tm
|
||||
.SH SYNOPSIS
|
||||
.B tiff2ps
|
||||
[
|
||||
@@ -38,17 +38,17 @@
|
||||
.I tiff2ps
|
||||
reads
|
||||
.SM TIFF
|
||||
-images and writes \*(Ps or Encapsulated \*(Ps (EPS)
|
||||
+images and writes PostScript or Encapsulated PostScript (EPS)
|
||||
on the standard output.
|
||||
By default,
|
||||
.I tiff2ps
|
||||
-writes Encapsulated \*(Ps for the first image in the specified
|
||||
+writes Encapsulated PostScript for the first image in the specified
|
||||
.SM TIFF
|
||||
image file.
|
||||
.PP
|
||||
By default,
|
||||
.I tiff2ps
|
||||
-will generate \*(Ps that fills a printed area specified
|
||||
+will generate PostScript that fills a printed area specified
|
||||
by the
|
||||
.SM TIFF
|
||||
tags in the input file.
|
||||
@@ -67,22 +67,22 @@
|
||||
.SM TIFF
|
||||
tags.
|
||||
.PP
|
||||
-The \*(Ps generated for
|
||||
+The PostScript generated for
|
||||
.SM RGB,
|
||||
palette, and
|
||||
.SM CMYK
|
||||
images uses the
|
||||
.I colorimage
|
||||
operator.
|
||||
-The \*(Ps generated for
|
||||
+The PostScript generated for
|
||||
greyscale and bilevel images
|
||||
uses the
|
||||
.I image
|
||||
operator.
|
||||
When the
|
||||
.I colorimage
|
||||
-operator is used, \*(Ps code to emulate this operator
|
||||
-on older \*(Ps printers is also generated.
|
||||
+operator is used, PostScript code to emulate this operator
|
||||
+on older PostScript printers is also generated.
|
||||
Note that this emulation code can be very slow.
|
||||
.PP
|
||||
Color images with associated alpha data are composited over
|
||||
@@ -90,13 +90,13 @@
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-1
|
||||
-Generate \*(Ps Level 1 (the default).
|
||||
+Generate PostScript Level 1 (the default).
|
||||
.TP
|
||||
.B \-2
|
||||
-Generate \*(Ps Level 2.
|
||||
+Generate PostScript Level 2.
|
||||
.TP
|
||||
.B \-3
|
||||
-Generate \*(Ps Level 3. It basically allows one to use the /flateDecode
|
||||
+Generate PostScript Level 3. It basically allows one to use the /flateDecode
|
||||
filter for ZIP compressed TIFF images.
|
||||
.TP
|
||||
.B \-a
|
||||
@@ -119,7 +119,7 @@
|
||||
multi-page (e.g. facsimile) file.
|
||||
.TP
|
||||
.B \-e
|
||||
-Force the generation of Encapsulated \*(Ps (implies -z).
|
||||
+Force the generation of Encapsulated PostScript (implies -z).
|
||||
.TP
|
||||
.B \-h
|
||||
Specify the vertical size of the printed area (in inches).
|
||||
@@ -148,7 +148,7 @@
|
||||
.B \-m
|
||||
Where possible render using the
|
||||
.B imagemask
|
||||
-\*(Ps operator instead of the image operator. When this option is specified
|
||||
+PostScript operator instead of the image operator. When this option is specified
|
||||
.I tiff2ps
|
||||
will use
|
||||
.B imagemask
|
||||
@@ -166,7 +166,7 @@
|
||||
like which are hidden using the SubIFD tag.
|
||||
.TP
|
||||
.B \-p
|
||||
-Force the generation of (non-Encapsulated) \*(Ps.
|
||||
+Force the generation of (non-Encapsulated) PostScript.
|
||||
.TP
|
||||
.B \-r
|
||||
Rotate image by 180 degrees.
|
||||
@@ -184,15 +184,15 @@
|
||||
Override resolution units specified in the TIFF as inches.
|
||||
.TP
|
||||
.B \-z
|
||||
-When generating \*(Ps Level 2, data is scaled so that it does not
|
||||
+When generating PostScript Level 2, data is scaled so that it does not
|
||||
image into the
|
||||
.I deadzone
|
||||
on a page (the outer margin that the printing device is unable to mark).
|
||||
This option suppresses this behavior.
|
||||
-When \*(Ps Level 1 is generated, data is imaged to the entire printed
|
||||
+When PostScript Level 1 is generated, data is imaged to the entire printed
|
||||
page and this option has no affect.
|
||||
.SH EXAMPLES
|
||||
-The following generates \*(Ps Level 2 for all pages of a facsimile:
|
||||
+The following generates PostScript Level 2 for all pages of a facsimile:
|
||||
.RS
|
||||
.nf
|
||||
tiff2ps -a2 fax.tif | lpr
|
||||
@@ -201,7 +201,7 @@
|
||||
Note also that if you have version 2.6.1 or newer of Ghostscript then you
|
||||
can efficiently preview facsimile generated with the above command.
|
||||
.PP
|
||||
-To generate Encapsulated \*(Ps for a the image at directory 2
|
||||
+To generate Encapsulated PostScript for a the image at directory 2
|
||||
of an image use:
|
||||
.RS
|
||||
.nf
|
||||
@@ -228,8 +228,8 @@
|
||||
.B \-L.5
|
||||
option says to repeat a half inch on the next page (to improve readability).
|
||||
.SH BUGS
|
||||
-Because \*(Ps does not support the notion of a colormap,
|
||||
-8-bit palette images produce 24-bit \*(Ps images.
|
||||
+Because PostScript does not support the notion of a colormap,
|
||||
+8-bit palette images produce 24-bit PostScript images.
|
||||
This conversion results in output that is six times
|
||||
bigger than the original image and which takes a long time
|
||||
to send to a printer over a serial line.
|
||||
|
Loading…
Reference in New Issue
Block a user