https://github.com/orc/code128
A simple code128 barcode generator
https://github.com/orc/code128
barcode c generator
Last synced: 11 months ago
JSON representation
A simple code128 barcode generator
- Host: GitHub
- URL: https://github.com/orc/code128
- Owner: Orc
- License: other
- Created: 2017-04-11T21:11:31.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-16T00:15:21.000Z (over 5 years ago)
- Last Synced: 2025-01-06T20:51:25.917Z (about 1 year ago)
- Topics: barcode, c, generator
- Language: C++
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Code128 is a tiny utility program that generates barcodes in CODE128
format (using the libgd graphics library to do the drawing.)
usage: code128 scale "text"
The barcode, by default, is an image 35 pixels high + however many pixels
wide it takes to encode the string. You can make the barcode larger by
supplying a scale > 1.
To build, do
./configure.sh
make