package aztec
import "github.com/boombuler/barcode/aztec"
Package aztec can create Aztec Code barcodes
Index ¶
- Constants
- func Encode(data []byte, minECCPercent int, userSpecifiedLayers int) (barcode.Barcode, error)
Constants ¶
const ( DEFAULT_EC_PERCENT = 33 DEFAULT_LAYERS = 0 )
Functions ¶
func Encode ¶
Encode returns an aztec barcode with the given content
Source Files ¶
azteccode.go encoder.go errorcorrection.go highlevel.go state.go token.go
- Version
- v1.0.0
- Published
- Sep 22, 2017
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 2 hours ago –
Tools for package owners.