Basically, I want to make an artistic QR code of a website I made for my girlfriend, and then ship her a jigsaw puzzle of the QR code art.

There's lots of services online that generate AI image QR codes, but the problem is they all max out at like 1024x1024. I need something at least 5x bigger than that for a physical, 1000 piece jigsaw puzzle. If I use an upscaler, it looks uncanny when you zoom in.

Basically, I want to make something like this, but much higher res: https://i.imgur.com/TeDvEgL.png

Any ideas?

you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago* (1 child)

I just Googled "SVG qr code generator" and found this: https://qrplanet.com/qr-code-generator-svg

SVG is a vector format so you can expand or shrink it without losing quality. So you could maybe bring it to 5000x5000 with illustrator/krita and then export to a raster format (jpg/png) so you can modify it how you want

  • source
  • hideshow 2 child comments