summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme b/readme
new file mode 100644
index 0000000..74f8710
--- /dev/null
+++ b/readme
@@ -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