diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man1/pamtopdbimg.1 | |
parent | Initial commit. (diff) | |
download | manpages-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/debian-bookworm/man1/pamtopdbimg.1')
-rw-r--r-- | upstream/debian-bookworm/man1/pamtopdbimg.1 | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/pamtopdbimg.1 b/upstream/debian-bookworm/man1/pamtopdbimg.1 new file mode 100644 index 00000000..0ac6ac8b --- /dev/null +++ b/upstream/debian-bookworm/man1/pamtopdbimg.1 @@ -0,0 +1,107 @@ +\ +.\" 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 "Pamtopdbimg User Manual" 1 "25 September 2010" "netpbm documentation" + +.SH NAME +pamtopdbimg - convert a Netpbm image to a Palm Pilot Image Viewer PDB Image + +.UN synopsis +.SH SYNOPSIS + +\fBpamtopdbimg\fP + +[\fB-notefile=\fP\fIfilename\fP] +[\fB-title=\fP\fItext\fP] +[\fB-compressed\fP] +[\fB-uncompressed\fP] +[\fB-maybecompressed\fP] +[\fB-4depth\fP] + +[\fInetpbmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpamtopdbimg\fP reads a Netpbm image as input and produced a Palm Pilot +Image Viewer image (and Image record in a PDB file) as output. +.PP +If the Netpbm image is black and white, the Pilot image is monochrome. +Otherwise, the Pilot image is either 4-level or 16-level grayscale, depending +on the \fB-4depth\fP option. + + +.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 +\&), \fBpamtopdbimg\fP recognizes the following +command line options: + + + +.TP +\fB-title=\fP\fItext\fP +The title of the image, to be included in the image. + +.TP +\fB-compressed\fP +.TP +\fB-uncompressed\fP +.TP +\fB-maybecompressed\fP +You may specify only one of these. +\fB-compressed\fP says to generate the image in compressed format. +\fB-uncompressed\fP says to generate the image in uncompressed format. +\fB-maybecompressed\fP says to generate whichever format is smaller +(the compression algorithm sometimes actually makes the data larger). + +.TP +\fB-4depth\fP +This option makes \fBpamtopdbimg\fP create the image in 16-level +grayscale (4 bits per pixel) format. If you don't specify this, +\fBpamtopdbimg\fP uses 4-level (2 bits per pixel) format. +.sp +This option has no effect when the input is black and white +(maxval 1). In that case, \fBpamtopdbimg\fP generates the monochrome +(1 bit per pixel) format regardless. + +.TP +\fB-notefile=\fP\fIfilename\fP +Attach the note in the specified file to the image. +.sp +If you don't specify this, \fBpamtopdbimg\fP does not attach any note. + + + +.UN seealso +.SH SEE ALSO +.BR "pdbimgtopam" (1)\c +\&, +.BR "palmtopnm" (1)\c +\&, +.BR "pam" (1)\c +\&, + +.UN history +.SH HISTORY +.PP +\fBpamtopdbimg\fP was new in Netpbm 10.52 (September 2010). +It was modelled after Eric A. Howe's \fBimgvtopbm\fP package, which +dates back to September 1997. +.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/pamtopdbimg.html +.PP
\ No newline at end of file |