Skip to content

mhouthuijzen/OkapiBarcode

This branch is 700 commits behind woo-j/OkapiBarcode:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 21, 2016
Apr 11, 2017
Feb 27, 2016
Apr 11, 2017
Dec 26, 2016
Oct 18, 2014
Mar 14, 2017
Jan 13, 2017
Mar 20, 2015
Feb 27, 2016
Feb 27, 2016

Repository files navigation

Okapi Barcode License Maven Central Build Status

Okapi Barcode is an open-source barcode generator written entirely in Java, supporting over 50 encoding standards, including all ISO standards. Okapi Barcode is based on Zint, an open-source barcode encoding library developed in C, and builds on the years of work that have been invested in that project.

###Supported Symbologies

###Building

gradlew check: Compiles and runs all quality checks, including the unit tests.
gradlew jar: Builds the JAR file.
gradlew uploadArchives: Deploys to Maven Central (requires a modified gradle.properties file).

NOTE: The unit tests should all pass under Oracle JDK, but will probably not all pass under OpenJDK. The tests verify barcode rendering image output, and the output images generated by OpenJDK are a bit different from the output images generated by the Oracle JDK (because their 2D graphics and font subsystems are slightly different).

About

Open-source barcode encoding program written in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.4%
  • PostScript 2.6%