package aztec

import "github.com/boombuler/barcode/aztec"

Package aztec can create Aztec Code barcodes

Index

Constants

const (
	DEFAULT_EC_PERCENT = 33
	DEFAULT_LAYERS     = 0
)

Functions

func Encode

func Encode(data []byte, minECCPercent int, userSpecifiedLayers int) (barcode.Barcode, error)

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.1
Published
Feb 19, 2019
Platform
windows/amd64
Imports
6 packages
Last checked
now

Tools for package owners.