Releases Tags
-
Now more accurate, stable and maintainable
released this 3 years ago | 5 commits to master since this release
Version 1.1.0
Added
- a
manpage - better help screen
- a
README.mdwith actual information JPGandBMPrenderers
Changed
- No weird
std::vector<std::unique_ptr<massivedynamic::Renderer>>anymore - pixel renderers now put out an image of the actual specified output size
- much more reasonable codebase, removed dead code and implemented more elegant solutions for things etc.
Downloads
- a
-
Now with logo. Hint: it's a QR code!
released this 3 years ago | 21 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
outputSizeis a multiple of the segment count of the QR code. This way, there always will be a consistent image
Changed
- the working logic of
PNGRendereris now elevated into an abstraction calledPixelRenderer, so we can have more exporters for other pixel based formats without duplicating the logic SVGRendereris now based on floating point values, to mitigate shifting problem whenoutputSizeis not a multiple of the QR code's segment count
Downloads
- version injection through
-
First Version, Hello World!
released this 3 years ago | 29 commits to master since this release
Summary
App can:
- take data from
stdin - take data from parameter
- export to CLI
- export to PNG
- export to SVG
- support formats "medium", "large" and "small" for ECC
Added
basically everything
Downloads
- take data from