Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qr code generator plugin
#2
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.

   
Reply


Messages In This Thread
Qr code generator plugin - by CodeScooper - 01-20-2022, 02:54 PM
RE: Qr code generator plugin - by rich2005 - 01-20-2022, 05:16 PM

Forum Jump: