diff options
Diffstat (limited to 'upstream/debian-bookworm/man1/pbmtonokia.1')
-rw-r--r-- | upstream/debian-bookworm/man1/pbmtonokia.1 | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/pbmtonokia.1 b/upstream/debian-bookworm/man1/pbmtonokia.1 new file mode 100644 index 00000000..e9b60bf4 --- /dev/null +++ b/upstream/debian-bookworm/man1/pbmtonokia.1 @@ -0,0 +1,164 @@ +\ +.\" 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 "Pbmtonokia User Manual" 1 "14 September 2006" "netpbm documentation" + +.SH NAME +pbmtonokia - convert a PBM image to Nokia Smart Messaging Formats + +.UN synopsis +.SH SYNOPSIS + +\fBpbmtonokia\fP +[ +\fB-fmt\fP + { + \fBHEX_NOL\fP, + \fBHEX_NGG\fP, + \fBHEX_NPM\fP, + \fBNOL\fP, + \fBNGG\fP, + \fBNPM\fP + } +] +[\fB-net\fP \fInetworkcode\fP] +[\fB-txt\fP \fItext\fP] +[\fIpbmfile\fP] + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpbmtonokia\fP reads a PBM image as input and produces a Nokia +Smart Messaging (hexcode, .ngg, .nol, .npm) file as output. + +.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 +\&), \fBpbmtonokia\fP recognizes the following +command line options: + + +.TP +\fB-fmt\fP +Specifies the output format (default is HEX_NOL). + + +.TP +\fBHEX_NOL\fP +Nokia Operator Logo as (uploadable) hexcode. +Use option -net to specify network code. + +.TP +\fBHEX_NGG\fP +Nokia Group Graphic as (uploadable) hexcode. + +.TP +\fBHEX_NPM\fP +Nokia Picture Message as (uploadable) hexcode. +Use option \fB-txt\fP to specify an optional text message. + +.TP +\fBNOL\fP +Nokia Operator Logo as .nol format. This is editable by +the Group-Graphic Editor from Kessler Wireless Design ( +.UR http://www.kessler-design.com +www.kessler-design.com +.UE +\&) + +.TP +\fBNGG\fP +Nokia Group Graphic as .ngg format. This is editable by the +Group-Graphic Editor from Kessler Wireless Design ( +.UR http://www.kessler-design.com +www.kessler-design.com +.UE +\&) + +.TP +\fBNPM\fP +Nokia Picture Message as .npm format. This is editable by the +Picture-Message Editor from Kessler Wireless Design ( +.UR http://www.kessler-design.com +www.kessler-design.com +.UE +\&) +.sp +This option was new in Netpbm 10.36 (October 2006). + + + +.TP +\fB-net\fP +Specifies the 6 hex-digit operator network code for Operator +Logos (Default is 62F210 = D1,Germany). + +.TP +\fB-txt\fP +Specifies the text message for Picture Messages. The maximum size +text message allowed by the format is 120 characters. +.sp +Default is no text message. + + + +.UN limitations +.SH LIMITATIONS + +This program currently accepts all PBM images with up to 255 rows or up to 255 +columns. (Valid Nokia Group Graphics or Operator Logos can be 72 columns by 14 +rows and 78 columns by 21 rows; valid Nokia Picture Messages are 72 columns by +28 rows.) This program generates black and white graphics, not animated. + +.UN seealso +.SH SEE ALSO + + +.IP \(bu + +.BR "pbm" (1)\c +\&, + +.IP \(bu +Nokia Smart Messaging Specification ( +.UR http://forum.nokia.com +http://forum.nokia.com +.UE +\&) + +.IP \(bu + +.BR " +http://www.kessler-design.com/wireless/samples.html" (1)\c +\& + +.IP \(bu + +.UR http://www.gnokii.org +Gnokii +.UE +\& + + + +.UN author +.SH AUTHOR + +Copyright (C) 2001 Tim Ruehsen <\fItim.ruehsen@openmediasystem.de\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/pbmtonokia.html +.PP
\ No newline at end of file |