Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QR codes - same URL - different image - why?

Tags:

qr-code

Why do some QR codes look different when using the same URL?

like image 349
user684817 Avatar asked Mar 30 '11 22:03

user684817


2 Answers

There are 40 Versions (sizes) of QR Codes, 4 error correction levels and 8 masking possibilities giving a total of 1280 possible QR codes for any given input.

Typically the version is chosen based on the amount of data to be stored and the mask is chosen to produce the best image in terms of readability. The error correction level is chosen by the encoder based on how much data might need to be recovered...

like image 104
icekreaman Avatar answered Oct 26 '22 16:10

icekreaman


Choosing a different error correction level will result in a different image. The higher the level, better the chances it can recover from unreadable data.

http://en.wikipedia.org/wiki/QR_code#Storage

like image 25
kag Avatar answered Oct 26 '22 17:10

kag