kc3-lang/libqrencode/qrenc.c

Branch :


Log

Author Commit Date CI Message
4fdf22ac 2020-08-28 16:47:35 Documentation updates.
df6d4a9b 2020-08-28 16:36:12 A new option '--strict-version' has been introduced.
d9692de8 2020-08-28 16:27:27 Micro QR Code no longer requires to specify the version number.
53b637a1 2020-08-28 13:33:40 The manpage and help messages have been improved. (Thanks to @jidanni)
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.
2b9af95c 2017-10-20 12:32:20 Short option '-I' for '--inline' disabled.
22296ecf 2017-10-16 11:59:23 Adds the --inline option, which omits the xml tag for SVG output.
06494038 2017-10-08 02:17:28 Fixed some warnings. (closing #89 and #102)
3e629c7b 2017-09-11 14:38:53 data buffer now allocated as a static array.
51f27950 2017-09-06 04:36:57 Copyright year updated.