fukuchi / libqrencode

A fast and compact QR Code encoding library
https://fukuchi.org/works/qrencode/
GNU Lesser General Public License v2.1
2.57k stars 599 forks source link

Add new image type PIC #208

Closed afh closed 4 months ago

afh commented 1 year ago

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.

afh commented 1 year ago

Friendly ping on this, @fukuchi 🙂

afh commented 4 months ago

I took the liberty to improve the generated PIC output, so that the resulting image looks better.

Friendly ping to @fukuchi on this.

afh commented 4 months ago

Closing in favor of kennytm/qrcode-rust#65 and sorairolake/qrtool#543