gobarcode

module
v0.0.0-...-c704d6e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2015 License: Unlicense

README

Этот пакет реализует некоторые алгоритмы кодирования информации с помощью штрих-кодов. Пакет разледен на две части: линейные штрих-коды (https://godoc.org/github.com/6d7367/gobarcode/linear) и штрих-коды, используемые для почтовых отправлений (https://godoc.org/github.com/6d7367/gobarcode/post)

Небольшой пример:

msg := "1234567890"
f, _ := os.Create("codabar.png")
b := linear.NewCodabar(msg)
img := b.GetImage()
png.Encode(f, img)
f.Close()

codabar.png

Directories

Path Synopsis
implements http://en.wikipedia.org/wiki/Codabar
implements http://en.wikipedia.org/wiki/Codabar
implements http://en.wikipedia.org/wiki/RM4SCC
implements http://en.wikipedia.org/wiki/RM4SCC

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL