QRCodeReader icon indicating copy to clipboard operation
QRCodeReader copied to clipboard

Possible HCC2D add-on

Open DonaldTsang opened this issue 8 years ago • 0 comments

Is it possible to have QRcode with multiple data channels to store 3x data? Possible data splitter: def splitting(data): [return b"0"+data[0::3], b"1"+data[1::3], b"2"+data[2::3]] And then run those through a QRcode generator, and use red, green, blue channels to pack them?

DonaldTsang avatar Aug 21 '17 17:08 DonaldTsang