summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man1/pnmtoddif.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-tumbleweed/man1/pnmtoddif.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-tumbleweed/man1/pnmtoddif.1')
-rw-r--r--upstream/opensuse-tumbleweed/man1/pnmtoddif.193
1 files changed, 93 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/pnmtoddif.1 b/upstream/opensuse-tumbleweed/man1/pnmtoddif.1
new file mode 100644
index 00000000..0bd76f78
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man1/pnmtoddif.1
@@ -0,0 +1,93 @@
+\
+.\" 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 "Pnmtoddif User Manual" 0 "2003" "netpbm documentation"
+
+.SH NAME
+
+pnmtoddif - Convert a PNM image to DDIF format
+
+.UN synopsis
+.SH SYNOPSIS
+
+\fBpnmtoddif\fP
+[\fB-resolution\fP \fIx\fP \fIy\fP]
+[\fIpnmfile\fP [\fIddiffile\fP]]
+
+.UN description
+.SH DESCRIPTION
+.PP
+This program is part of
+.BR "Netpbm" (1)\c
+\&.
+.PP
+\fBpnmtoddif\fP takes a PNM image and converts it into a DDIF image
+file.
+.PP
+\fBpnmtoddif\fP writes PBM format (bitmap) data as a 1 bit DDIF,
+PGM format data (grayscale) as an 8 bit grayscale DDIF, and PPM format
+(color) data as an 8,8,8 bit color DDIF. \fBpnmtoddif\fP writes any
+DDIF image file uncompressed. The data plane organization is
+interleaved by pixel.
+.PP
+In addition to the number of pixels in the width and height
+dimension, DDIF images also carry information about the size that the
+image should have, that is, the physical space that a pixel occupies.
+Netpbm images do not carry this information, hence you have to supply
+it externally. The default of 78 dpi has the beneficial property of
+not causing a resize on most Digital Equipment Corporation color
+monitors.
+
+.UN options
+.SH OPTIONS
+.PP
+In addition to the options common to all programs based on libnetpbm
+(most notably \fB-quiet\fP, see
+.UR index.html#commonoptions
+ Common Options
+.UE
+\&), \fBpnmtoddif\fP recognizes the following
+command line option:
+
+
+.TP
+\fBresolution\fP \fIx\fP \fIy\fP
+The horizontal and vertical resolution of the output image in dots
+per inch. Default is 78 dpi.
+
+
+
+.UN arguments
+.SH ARGUMENTS
+
+
+.TP
+\fIpnmfile\fP
+The filename for the image file in pnm format. Default is to
+read from Standard Input.
+
+.TP
+\fIddiffile\fP
+The filename for the image file to be created in DDIF format. By
+default, \fBpnmtoddif\fP writes to Standard Output.
+
+
+
+.UN seealso
+.SH SEE ALSO
+.BR "pnm" (5)\c
+\&
+
+.UN author
+.SH AUTHOR
+
+Burkhard Neidecker-Lutz, Digital Equipment Corporation, CEC Karlsruhe
+\fIneideck@nestvx.enet.dec.com\fP
+.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/pnmtoddif.html
+.PP \ No newline at end of file