Open rageworx opened 1 year ago
According nayuki's source, result generates as SVG, and FLTK should render SVG to any type.
Implemented QR code generation.
There's issue for UTF-8 encoding.
Testing Korean, Hanja(Kanji)
Successfully worked.
Temporary released to 0.2.0.15. 13bit UTF-8 still need to be tested.
Transparency, Ok.
On macOS, there's separated rectangles on the rendering result. Make a method for drawing direct rectangles on empty RGB buffer, not for SVG.
QR code rendering updated to do not using SVG image to RGB image converting.
~Let refer to https://github.com/ricmoo/QRCode/tree/master/src.~
It is origin, https://github.com/nayuki/QR-Code-generator