genbarcode 0.4
Genbarcode is a command line barcode-encoder which uses
GNU-Barcode (libbarcode) for encoding.
It runs on Unix and Windows!
Not an image is produced, but a string which represents bars and spaces,
characters and checksums and thats positions ans sizes.
$ genbarcode
Usage genbarcode <code> <encoding>
You can use the following types:
ANY choose best-fit
EAN
UPC upc == 12-digit ean
ISBN isbn numbers (still EAN13)
39 code 39
128 code 128 (a,b,c: autoselection)
128C code 128 (compact form for digits)
128B code 128, full printable ascii
I25 interleaved 2 of 5 (only digits)
128RAW Raw code 128 (by Leonid A. Broukhis
CBR Codabar (by Leonid A. Broukhis)
MSI MSI (by Leonid A. Broukhis)
PLS Plessey (by Leonid A. Broukhis)
93 code 93 (by Nathan D. Holmes)
and here in action:
$ genbarcode 012345678901
9a1a2221212214111132123111141a1a1131212133112321122212122a1a
0:12:0 12:12:1 19:12:2 26:12:3 33:12:4 40:12:5 47:12:6 59:12:7 66:12:8 73:12:9 80:12:0 87:12:1 94:12:2
EAN-13
PHP-Barcode for example uses that strings to
produce nice png- or jpg-images.
Changelog
| 0.4: |
+ Windows compatible (Borland C++Builder 5.5)
|
| 0.3: |
* Fixes for *BSD (run 'gmake')
|
Download