Open lhh8713 opened 3 months ago
Reportlab doesn't support bitmap files, but you can use convert to make bitmap pictures:
echo "ok"|python -m reportlab_qr_code|convert pdf:- /tmp/code.png
I don't know if i will be able to do rasterization using Drawing module.
I have added --format PNG
option, but gradient is not supported, because Drawing class don't support masking. And gradients probably too.
How to save as png or jpg format?