i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 This is super cool, first CSS crimes now QR crimes

-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 apparently you can also gif them https://mastodon.me.uk/@geoffl/114440832197160810
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 Cool and very interesting!
I got a little lost on slide 2 (maybe from not understanding what codewords are in the QR context) - why is the little green worm a problem but the pride scarf isn't?
-
@rebane2001 Cool and very interesting!
I got a little lost on slide 2 (maybe from not understanding what codewords are in the QR context) - why is the little green worm a problem but the pride scarf isn't?
@thomasbeagle codewords are 8bit chunks shown as different colors on the graphics, touching any of their bits "invalidates" the entire codeword, doesn't matter if you flip 1 bit or all 8
-
@thomasbeagle codewords are 8bit chunks shown as different colors on the graphics, touching any of their bits "invalidates" the entire codeword, doesn't matter if you flip 1 bit or all 8
@rebane2001 Ah right, thanks for the explanation.
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 @cR0w Slide #3 made me think: if you know the radius of the curved object you should be able to print a QR code that still reads? At least from a specific angle if, for instance, pixel aren’t drawn linearly any longer
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
Wow! Thanks!
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 what does "ec" mean, as in slide 2 "this only applies to the data and ec (green)"?
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 a handy guide for sure! Thank you for this public resource

-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 Me, computer vision expert: *cries*
In all seriousness: I absolutely hate product and label designers... The amount of times I got service emails because one of our QA products "broke" just to realize some idiot designer removed the quiet-zone of a bar code, put a pattern in the bars, made the bars reflecting (as in bare aluminium) or other abominations again... No, our product is not broken, your god-damn label is out of the specs for our QA-product AND the standards for that barcode/QR-code... Our QA product rejecting 100% of your fucking production is actually doing its job and by disabling it you'll just move the point of failed reads down to the checkout/customers...

-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 i made a multi-user QR code generator (using ZXing and Spring Boot) which embedded the corpo logo as a water mark behind the code.
It never really took off in corpoland and it's abandoned now, but you could scan the codes it generated from the back of a lecture hall.
I also had it encoding fun things like vCards so you could pop your personal vCard at the end of a presentation to be captured.
kinda miffed it didn't take off tbh...
-
@rebane2001 what does "ec" mean, as in slide 2 "this only applies to the data and ec (green)"?
@xanna error correction, for the purposes of these tricks it is the same as data
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 im alergic to qr codes

-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 I've never needed to make a QR code, but that was fascinating. Thanks for posting!
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001
Wow that's cool thanks! -
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
A while back I wondered if you could do Random Dot Stereograms with QR codes, and .... yes you can!!
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 I suspect you and others reading this thread will enjoy the existence of the Mondrian QR code: https://mathstodon.xyz/@OscarCunningham/115049490241833844
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 I organize dance events in the street and I want people to be able to scan even from a long distance while walking, so I need the lowest density QRCode as possible.
If the qrcode contains 4k of data, the phone takes too long to scan, you need to really stay still, etc. But if your reduce to the bare minimum, then, you can have a very low density qrcode.And the latest trick I've learned is that if you use capital letters only (and some special characters ) in a URL, the qrcode gets less dense as well.
So, HTTP://MY.LINK/1234 is more scannable than http://my.link/1234
-
@rebane2001 I organize dance events in the street and I want people to be able to scan even from a long distance while walking, so I need the lowest density QRCode as possible.
If the qrcode contains 4k of data, the phone takes too long to scan, you need to really stay still, etc. But if your reduce to the bare minimum, then, you can have a very low density qrcode.And the latest trick I've learned is that if you use capital letters only (and some special characters ) in a URL, the qrcode gets less dense as well.
So, HTTP://MY.LINK/1234 is more scannable than http://my.link/1234
@rebane2001 I made a URL shortener + QRCode generator to get the most scannable QRCode, and most of it, it's open source because MY GOD IT'S IMPOSSIBLE TO FIND A PROVIDER THAT IS NOT ENSHITTIFIED TO THE BRIM.
https://github.com/dolanor/qure
Documentation is inexistent, but I'm here if you have questions, and if people are interested, I could add a README (LOL).
-
i love seeing creative qr code designs, so i made this guide explaining what tricks you can (and can't!) do with qr codes while still keeping them very much readable
have fun and make cool stuff!!
@rebane2001 What I keep wondering is if there isn't some way to render the QR code such that the reader does not expect there to be bits in the middle, i.e. you're not losing any data by covering them up.
...which would mean that you could make the center image an arbitrarily large percentage of the total image size (i.e. the actual QR code bits would be in an arbitrarily thin layer wrapped around that center image).
The answer is probably "no, because format design", but I still wonder.