this post was submitted on 10 May 2026
14 points (88.9% liked)
Programming
26909 readers
263 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Look up error correction levels of Qr code. And if you want to be sure, add your own bits in rgb.
I just did.
I will block (or discourage) writing on timing bits and stuff and limit writes on format bits. It seems that I need to implement my own QR functions to properly check every feature manually
I am also in the process of manually calculating a QR code and drawing it on paper to understand the format better. (pretty fun activity ngl)
Btw the thing I am building is an app that would help manually create qr code art.
RGB is not feasible because the aim of the app is to be a monochrome first QR art creator.
The art may be monochrome but the readers interpreting the QR (the part you are supposed to be testing) are almost certainly RGB. If you are not testing from the point of view of a camera reading the image, you are leaving a blind spot, no pun intended, and are not really testing properly.
Great! Knock yourself out!
Ah, right. Not shades of black either then.