enum Goban::ECC::Level

Overview

Error correction level of the QR Code. QR Code symbols include redundant bits based on the selected error correction level, so that even if some part the symbol is not readable, the decoder can recover the loss for up to:

Note that choosing a higher error correction level requires more redundant bits, meaning that the resulting QR Code symbol can get larger.

Defined in:

goban/ecc/level.cr

Enum Members

Low = 1_u8
Medium = 0_u8
Quartile = 3_u8
High = 2_u8

Instance Method Summary

Instance Method Detail

def high? #

def low? #

def medium? #

def quartile? #