~fabrixxm/zint-vapi

Vala binding for Zint barcode generator library
281ee64c — fabrixxm 2 years ago
Add COPYING
057a0faf — fabrixxm 2 years ago
First commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fabrixxm/zint-vapi
read/write
git@git.sr.ht:~fabrixxm/zint-vapi

You can also use your local clone with git send-email.

#Zint vapi

(Simple) Vala bindings for Zint library

#Docs

Official docs at http://www.zint.org.uk/Manual.aspx?type=p&page=5

To build Vala docs run

make docs

#Tests and examples

cd test
make

example_1 and example_2 are Vala port of official docs sample code.

example_3 loads the symbol bitmap in a GdkPixBuf and save it as jpeg.

barcodeui is a simple Gtk3 interface to generate barcodes.