Interesting notes about QR codes

Posted on: 2013-04-28 17:02:08

Doing some research while building some stuff for our store and I stumbled upon a couple of different things you can do to "enhance" QR codes.

Image Overlay

You can overlay an image on your QR code directly. To make this work can take a bit of trial and error, but to make this work, build your QR code with the maximum amount of ECC (error correcting code). Then, just slap an image down over the QR code and you are good to go. Like this:

<img src="/sites/nickvahalik.com/files/1367184238-4811.png" width="200" />

Embedded Image

This one is a bit trickier. To be honest, I'm not 100% sure how this works, but the effect is impressive. It would appear that it works by making the QR code semi-transparent and then instead of dark squares, black or white circles are put over the grid. That way, your image shows through. If your image is sufficiently dark enough, there is no need for the black circles, or if the image is white enough, you can't see the circle. Here is an example (via Visualead.com):

<img src="/sites/nickvahalik.com/files/MJq_208065_RGB.jpg" width="200" />

Other Effects

In addition to the direct overlay and embedding techniques, you can stylize your QR code in various ways. I didn't test them all, but several effects that ship with Photoshop can be applied to a QR code and it will still function properly. For instance, I tried:

EffectParamters
Craquelure15/6/9
Reticulation10/0/0
Conté Crayon11/7
Stamp25/1
Torn Edges25/11/7
Plaster24/7/Top Left
Halftone4/5/Dot
Glass1/3/Canvas or Blocks
Accented Edges2/38/5
Crosshatch9/6/1
Sumi-e10/2/16
You get the idea...

And they worked with Scan on my iPhone 5. Here's Sumi-e. I was surprised it worked!

<img alt="Sumi-E QR code filter example" src="/sites/nickvahalik.com/files/sumi-e.png" width="200" />