Releases Tags
-
Now with logo. Hint: it's a QR code!
released this 2 years ago | 0 commits to master since this release
Version 1.0.1
First bugfix release.
Added
- version injection through
cmake
- output in pixel based renderers now makes shure, that
outputSize
is a multiple of the segment count of the QR code. This way, there always will be a consistent image
Changed
- the working logic of
PNGRenderer
is now elevated into an abstraction calledPixelRenderer
, so we can have more exporters for other pixel based formats without duplicating the logic SVGRenderer
is now based on floating point values, to mitigate shifting problem whenoutputSize
is not a multiple of the QR code's segment count
Downloads
- version injection through