Michael Ochmann
df1c3a78ba
code quality: consolidated helpers to single header
2 years ago
Michael Ochmann
576bdf8430
code quality: more code cleanup
...
* removed unnecessary enum class `massivedynamic::Type`
* removed some not needed newlines
* cleaned up error handling by utilizing asserts more
2 years ago
Michael Ochmann
6f3827427b
PixelRenderer: now respecting the specified output size exactly
...
output is now padded by the border to prevent changing the output size
specified by the user. this may result in the QR code not being exactly
in the center. it may be off by 1 pixel.
2 years ago
Michael Ochmann
61f308fb03
fixed `ARCH` detection in `cmake`
2 years ago
Michael Ochmann
2a8e54610b
added man page support
2 years ago
Michael Ochmann
7d8092aee6
added more pixel base renderers:
...
* now supporting JPG
* now supporting BMP
2 years ago
Michael Ochmann
63c018e28b
now printing help when called without stdin and without any parameter
2 years ago
Michael Ochmann
df98a2279e
now exporting files with extension appended
...
user can now specify output filename without extension, because this is
handled by qr internally now
2 years ago
Michael Ochmann
d5448fb919
added version injection through `cmake`
2 years ago
Michael Ochmann
7da490f3fa
fixed formatting issue in help text
2 years ago
Michael Ochmann
eeaf910c27
added option to take data from parameter instead of stdin
2 years ago
Michael Ochmann
d5b121e4e3
initial commit
2 years ago