Generating QR barcodes in Linux is simple and easy.

First install qrencode
$ sudo apt install qrencode

Then create your QR barcodes.
$ qrencode -s 20 -m 5 -o qrcode.png 'https://github.com/fukuchi/libqrencode'

-s (size) sets the size
-m (margin) sets the outer border size
-o (output) sets the output file

https://github.com/fukuchi/libqrencode

#Linux #Ubuntu #qrencode #libqrencode #QR #qrcode

GitHub - fukuchi/libqrencode: A fast and compact QR Code encoding library

A fast and compact QR Code encoding library. Contribute to fukuchi/libqrencode development by creating an account on GitHub.

GitHub

#Qrencode is a #QRcode encoding #library.

#Libqrencode is a software library and program that takes in input data and outputs a #QR code into one of several formats, with configurable image settings. Qrencode supports all of the standardized input formats, including kanji and 8 bit (data), as well as error correction. Qrencode has experimental support for #MicroQR codes as well.

Website đŸ”—ïž: https://fukuchi.org/works/qrencode/

apt đŸ“Šïž: qrencode libqrencode

#free #opensource #foss #fossmendations

libqrencode

Libqrencode is a fast and compact library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a smartphone. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.