Documentation
¶
Index ¶
Constants ¶
View Source
const (
// BORDER size around the QR code in pixels
BORDER = 2
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorCorrectionLevel ¶
type ErrorCorrectionLevel int
ErrorCorrectionLevel Codes: Level Low -> 7% Error Correction Capability Level Medium -> 15% Level Quality -> 25% Level High -> 30%
const ( //ECLL Low ECLL ErrorCorrectionLevel = iota //ECLM Medium ECLM //ECLQ Quality ECLQ //ECLH High ECLH )
Click to show internal directories.
Click to hide internal directories.