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.2 (latest)
Published
Jul 3, 2024
Platform
darwin/amd64
Imports
6 packages
Last checked
20 minutes ago

Tools for package owners.