struct Goban::QR
- Goban::QR
- Goban::AbstractQR
- Struct
- Value
- Object
Overview
Object that represents an encoded QR Code symbol.
Extended Modules
Defined in:
goban/qr.crgoban/qr/decoder.cr
goban/qr/encoder.cr
goban/qr/mask.cr
goban/qr/template.cr
goban/qr/version.cr
Instance Method Summary
-
#canvas : Canvas(UInt8)
Returns the canvas of the QR Code symbol.
-
#ecl : ECC::Level
Error correction level of the QR Code symbol.
-
#mask : Mask
Mask applied to this QR Code symbol.
-
#segments : Array(Segment)
Content text segments of the QR Code symbol.
-
#size : Int32
Length of a side in the symbol.
-
#version : Version
Version of the QR Code symbol.
Instance methods inherited from struct Goban::AbstractQR
canvas
canvas,
ecl
ecl,
initialize
initialize,
print_to_console
print_to_console,
segments
segments,
size
size,
version
version
Constructor methods inherited from struct Goban::AbstractQR
new
new
Instance Method Detail
Returns the canvas of the QR Code symbol. Canvas contains information about each single module (pixel) in the symbol.