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

Is it possible to use QRcode_encodeData() with command line tool (qrencode)? #215

Open Jona2892 opened 12 months ago

Jona2892 commented 12 months ago

Hi,

I was wondering if it possible to use the function QRcode_encodeData() with the command line tool? I want to generate a qr-code with a NUL character for secret massages. Is this possible directly with the command line to generate the png?

Best jonathan