libqrencode icon indicating copy to clipboard operation
libqrencode copied to clipboard

A fast and compact QR Code encoding library

Results 58 libqrencode issues
Sort by recently updated
recently updated
newest added

The usage summary currently says: ``` Usage: qrencode [-o FILENAME] [OPTION]... [STRING] Encode input data in a QR Code and save as a PNG or EPS image. ``` Please also...

Hi, I have built the qrencode tool using the port in vcpkg. When choosing the utf8 types, they do not display properly and display garbage. See the screenshot below in...

New QR code standard: https://www.qrcode.com/codes/rmqr.html

It would be awesome to have the functionality to add an image to the middle of the qr code. Like in this example below. ![Snag_35ec2c2](https://user-images.githubusercontent.com/7389171/169380140-35b154c9-818b-4c9a-b4d5-559b80693d62.png) .

I don't know why #170 was closed. I wasn't referring to documentation issues, but thanks for fixing that. As I already said in that issue: I have the **latest libpng-dev...

Hello, I've noticed that although the SVGs generated by qrencode seem quite reasonable, a large variety of programs/libraries displaying those rasterize them with gaps between the qrcode "squares" (I'm unsure...

I'm trying create PNG QR codes with qrencode but I get the following message: **PNG output is disabled at compile time. No output generated.** After some quick reading I discovered...

Could fish completions be implemented. This would be an example. ```fish complete -c qrencode -f complete -c qrencode -s 8 -l 8bit -d "encode entire data in 8-bit mode. -k,...

process bottom margin like top margine by adding empty row at the end of QR data and always terminate the block even if there is no magin. Note : the...

https://github.com/fukuchi/libqrencode/blob/715e29fd4cd71b6e452ae0f4e36d917b43122ce8/qrenc.c#L727 with margin != 1 XPM data is not valid C code (although correctly processed by most image viewers) ``` # echo "83c36da7" | qrencode -s1 -m2 -M -t XPM...