Codec.QRCode.Data.QRImage
data QRImage Source #
Constructors
Fields
toList Source #
Arguments
Value for black modules
Value for white modules
Convert the QR code image into a list-type containing all elements from top to bottom and left to right. The values for black/white have to be specified.
toMatrix Source #
Convert the QR code image into a list-type of list-type. The values for black/white have to be specified.