Versions in this module Expand all Collapse all v0 v0.0.0 Apr 27, 2018 Changes in this version + type Chunk struct + Mode Mode + Text string + type Code struct + Pixel [][]Pixel + Scale int + Version int + Width int + func Encode(version Version, level Level, mode Mode, text string) (*Code, error) + func EncodeChunk(version Version, level Level, chunk ...Chunk) (*Code, error) + func (*Code) ColorModel() color.Model + func (c *Code) At(x, y int) color.Color + func (c *Code) Bounds() image.Rectangle + type Level int + const H + const L + const M + const Q + type Mode int + const Alphanumeric + const EightBit + const Numeric + type Pixel int + const Alignment + const Black + const DataECC + const Finder + const Format + const NonData + const PVersion + const Timing + type Version int