Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orc/code128
A simple code128 barcode generator
https://github.com/orc/code128
barcode c generator
Last synced: 20 days 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 8 years ago)
- Default Branch: main
- Last Pushed: 2020-06-16T00:15:21.000Z (over 4 years ago)
- Last Synced: 2024-11-10T07:41:15.473Z (3 months 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