diff options
author | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:52:05 -0700 |
---|---|---|
committer | banana <delgadillo.tyler@gmail.com> | 2024-03-22 13:52:05 -0700 |
commit | f401289e371a76ff0dbaea40f7f94f7b85c4b2bd (patch) | |
tree | 30b66628375b55e2be46cc19b1290c78eed0269d /readme |
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,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 |