libqrencode
libqrencode copied to clipboard
Add new image type PIC
to generate QR codes for GNU pic(1), e.g.:
% qrencode -t PIC "qrencode PIC test" \
| groff -Tpdf -p -P-p3i,3i > qrcode.pdf
See result.
❓ Is develop
the right merge base for this PR or should it rather be master
? I've tested the changes proposed in this PR on both branches successfully.
Friendly ping on this, @fukuchi 🙂
I took the liberty to improve the generated PIC output, so that the resulting image looks better.
Friendly ping to @fukuchi on this.
Closing in favor of kennytm/qrcode-rust#65
and sorairolake/qrtool#543