kc3-lang/libqrencode

Branch :


Log

Author Commit Date CI Message
6eae956f 2018-06-12 17:05:13 added ANSI256UTF8 format ANSI256 uses full blocks (1 pixel -> 2 characters), while ANSIUTF8 uses 3/4 bit color codes, and qrencode missed a combination of the two, which - uses UTF-8 half blocks (2 pixel -> 1 character) and - uses 8 bit color codes.