Releases Tags
-
Now more accurate, stable and maintainable
released this 2 years ago | 5 commits to master since this release
Version 1.1.0
Added
- a
man
page - better help screen
- a
README.md
with actual information JPG
andBMP
renderers
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 2 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
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
-
First Version, Hello World!
released this 2 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