Barlix (barlix v0.6.3) View Source

Barlix aims to provide a flexible set of modules to generate and render barcodes. Currently it only supports a few symbologies. I hope to add more encoders and renderers in the future.

Example

Barlix.Code39.encode!("BARLIX")
|> Barlix.PNG.print(file: "/tmp/barcode.png")

Encoders

Renderers

Link to this section Summary

Link to this section Types

Specs

code() :: {:D1, [0 | 1]}