\ .\" 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 "12 March 2022" "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] [\fB-fixedtime\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. .TP \fB-fixedtime\fP Fake the mtime and ctime vaues in the PDB image with a value that is the same every time you run the program. This facilitates testing and verification because it means with the same input you always get the same output. .sp This option was new in Netpbm 10.98 (March 2022). .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