01-20-2022, 05:16 PM
Quote:..snip...- https://github.com/isman7/gimp-qrcode (this repository on github, i did'nt understand all yet )
That is a gimp python plugin, you can download the raw file as gimp_qrcode.py and study the method but right at the top is import qrcode You need the python-qr library for this plugin to work. It might be there in MacOS (I do not know) or you might have to compile it yourself (ask in a MacOS forum).
If you ever move to linux, it looks like this:
A better bet if you want to move away from the on-line generator is the vector application Inkscape. There is a MacOS version.
That will generate a QR code and save as a 'qrcode'.svg file. which you can import into Gimp.