Versions in this module Expand all Collapse all v0 v0.2.1 Aug 30, 2018 v0.1.0 Nov 21, 2016 Changes in this version + type Code struct + Bitmap []byte + Scale int + Size int + Stride int + func Encode(text string, level Level) (*Code, error) + func (c *Code) Black(x, y int) bool + func (c *Code) Image() image.Image + func (c *Code) PNG() []byte + type Level int + const H + const L + const M + const Q