blob: 74f87104b64f15f30fb3d68b18abba863e54a7d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
UPC-A Barcode Image Generator Program "upc", by Tyler Delgadillo
This program converts an 11-digit number into a TGA image file representing a UPC-A barcode.
Invoke at the command line. This program expects an argument in the form of an 11-digit number.
You may include spaces to delimit the number system digit, manufacturer code, and product code.
Additionally, the check digit is calculated automatically.
Command Line Options:
-o : specify output filename, defaults to "img.tga"
-n : include human-readable numeric digits in the image
|