rsc.io/qr/coding.Code.Size (field)
6 uses
rsc.io/qr/coding (current package)
qr.go#L312: Size int // number of pixels on a side
qr.go#L317: return 0 <= x && x < c.Size && 0 <= y && y < c.Size &&
qr.go#L447: c := &Code{Size: len(p.Pixel), Stride: (len(p.Pixel) + 7) &^ 7}
qr.go#L448: c.Bitmap = make([]byte, c.Stride*c.Size)
rsc.io/qr
qr.go#L68: return &Code{cc.Bitmap, cc.Size, cc.Stride, 8}, nil
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |