summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/fstopgm.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/fstopgm.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/fstopgm.1')
-rw-r--r--upstream/opensuse-leap-15-6/man1/fstopgm.184
1 files changed, 84 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/fstopgm.1 b/upstream/opensuse-leap-15-6/man1/fstopgm.1
new file mode 100644
index 00000000..8c352b65
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man1/fstopgm.1
@@ -0,0 +1,84 @@
+\
+.\" This man page was generated by the Netpbm tool 'makeman' from HTML source.
+.\" Do not hand-hack it! If you have bug fixes or improvements, please find
+.\" the corresponding HTML page on the Netpbm website, generate a patch
+.\" against that, and send it to the Netpbm maintainer.
+.TH "Fstopgm User Manual" 0 "06 April 89" "netpbm documentation"
+
+.SH NAME
+fstopgm - convert a Usenix FaceSaver(tm) file into a PGM image
+
+
+.UN synopsis
+.SH SYNOPSIS
+
+\fBfstopgm\fP
+[\fIfsfile\fP]
+
+.UN description
+.SH DESCRIPTION
+.PP
+This program is part of
+.BR "Netpbm" (1)\c
+\&.
+.PP
+\fBfstopgm\fP reads a Usenix FaceSaver(tm) file as input and
+produces a PGM image as output.
+.PP
+FaceSaver(tm) files sometimes have rectangular pixels. While
+\fBfstopgm\fP won't re-scale them into square pixels for you, it will
+give you the precise \fBpamscale\fP command that will do the job.
+Because of this, reading a FaceSaver(tm) image is a two-step process.
+First you do:
+
+.nf
+ fstopgm > /dev/null
+.fi
+
+This will tell you whether you need to use \fBpamscale.\fP
+
+Then use one of the following pipelines:
+.nf
+ fstopgm | pnmnorm
+ fstopgm | pamscale -whatever | pnmnorm
+.fi
+
+To go to PBM, you want something more like one of these:
+.nf
+ fstopgm | pamenlarge 3 | pnmnorm | pamditherbw
+ fstopgm | pamenlarge 3 | pamscale <whatever> | pnmnorm | pamditherbw
+.fi
+
+You want to enlarge when going to a bitmap because otherwise you lose
+information; but enlarging by more than 3 does not look good.
+.PP
+FaceSaver is a registered trademark of Metron Computerware Ltd. of
+Oakland, CA.
+
+
+.UN seealso
+.SH SEE ALSO
+.BR "pgmtofs" (1)\c
+\&,
+.BR "pgm" (5)\c
+\&,
+.BR "pnmnorm" (1)\c
+\&,
+.BR "pamenlarge" (1)\c
+\&,
+.BR "pamscale" (1)\c
+\&,
+.BR "pamditherbw" (1)\c
+\&
+
+
+.UN author
+.SH AUTHOR
+
+Copyright (C) 1989 by Jef Poskanzer.
+.SH DOCUMENT SOURCE
+This manual page was generated by the Netpbm tool 'makeman' from HTML
+source. The master documentation is at
+.IP
+.B http://netpbm.sourceforge.net/doc/fstopgm.html
+.PP \ No newline at end of file