19
Best way to check the readibility of QR codes
(lemmy.world)
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
Follow the wormhole through a path of communities !webdev@programming.dev
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.
Great! Knock yourself out!
Ah, right. Not shades of black either then.
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.