Versions in this module Expand all Collapse all v0 v0.1.0 Aug 17, 2026 Changes in this version + func Aztec(content string, width, height int) (image.Image, error) + func Codabar(content string, width, height int) (image.Image, error) + func Code128(content string, width, height int) (image.Image, error) + func Code39(content string, width, height int) (image.Image, error) + func Code93(content string, width, height int) (image.Image, error) + func DataMatrix(content string, width, height int) (image.Image, error) + func EAN13(content string, width, height int) (image.Image, error) + func EAN8(content string, width, height int) (image.Image, error) + func Generate(typ BarcodeType, content string) (image.Image, error) + func GeneratePNG(typ BarcodeType, content string, width, height int) ([]byte, error) + func GenerateScaled(typ BarcodeType, content string, width, height int) (image.Image, error) + func PDF417(content string, width, height int) (image.Image, error) + func Save(typ BarcodeType, content, path string, width, height int) error + func TwoOfFive(content string, width, height int) (image.Image, error) + func UPC_A(content string, width, height int) (image.Image, error) + type BarcodeType string + const TypeAztec + const TypeCodabar + const TypeCode128 + const TypeCode39 + const TypeCode93 + const TypeDataMatrix + const TypeEAN13 + const TypeEAN8 + const TypePDF417 + const TypeTwoOfFive + const TypeUPCA + type Metadata struct + CodeKind string + Content string + Dimensions byte + func GetMetadata(img image.Image) (*Metadata, error)