this post was submitted on 23 Nov 2024
5 points (100.0% liked)

Stable Diffusion

4412 readers
8 users here now

Discuss matters related to our favourite AI Art generation technology

Also see

Other communities

founded 2 years ago
MODERATORS
 

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
[โ€“] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

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

[โ€“] [email protected] 2 points 2 months ago* (last edited 2 months ago)

That's great but what I'm trying to do is artistic QR generation like the example I linked in the post