summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-leap-15-6/man1/pbmupc.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/pbmupc.1')
-rw-r--r--upstream/opensuse-leap-15-6/man1/pbmupc.177
1 files changed, 77 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/pbmupc.1 b/upstream/opensuse-leap-15-6/man1/pbmupc.1
new file mode 100644
index 00000000..4eeee21b
--- /dev/null
+++ b/upstream/opensuse-leap-15-6/man1/pbmupc.1
@@ -0,0 +1,77 @@
+\
+.\" 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 "Pbmupc User Manual" 0 "29 April 2015" "netpbm documentation"
+
+.SH NAME
+
+pbmupc - create a Universal Product Code PBM image
+
+.UN synopsis
+.SH SYNOPSIS
+
+\fBpbmupc\fP
+
+[\fB-s1\fP | \fB-s2\fP] \fItype\fP \fImanufacturer\fP \fIproduct\fP
+
+.UN description
+.SH DESCRIPTION
+.PP
+This program is part of
+.BR "Netpbm" (1)\c
+\&.
+.PP
+\fBpbmupc\fP generates an image of a Universal Product Code symbol.
+The three arguments are: a one digit product type, a five digit
+manufacturer code, and a five digit product code.
+For example, "0 72890 00011" is the code for Heineken.
+.PP
+\fBpbmupc\fP produces an image 230 bits wide and 175 bits high. If you
+want a different size run the output through \fBpamscale\fP.
+
+
+.UN options
+.SH OPTIONS
+.PP
+The \fB-s1\fP and \fB-s2\fP options select the style of UPC to
+generate. The default, \fB-s1\fP, looks more or less like this:
+
+.nf
+ ||||||||||||||||
+ ||||||||||||||||
+ ||||||||||||||||
+ ||||||||||||||||
+0||12345||67890||5
+.fi
+
+The other style, \fB-s2\fP, puts the product type digit higher up,
+and doesn't display the checksum digit:
+
+.nf
+ ||||||||||||||||
+ ||||||||||||||||
+0||||||||||||||||
+ ||||||||||||||||
+ ||12345||67890||
+.fi
+
+
+.UN seealso
+.SH SEE ALSO
+.BR "pamscale" (1)\c
+\&
+.BR "pbm" (5)\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/pbmupc.html
+.PP \ No newline at end of file