QR Codes: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
==Other 2D Encodings==
==Other 2D Encodings==
* [http://www.parc.com/research/projects/dataglyphs/ Xerox PARC Dataglyphs] - Embedding binary data inside of image dithering. Neat trick.
* [http://www.parc.com/research/projects/dataglyphs/ Xerox PARC Dataglyphs] - Embedding binary data inside of image dithering. Neat trick.
----
We run a site/service in regards to mobile content and QR Codes<br>
http://www.snappr.net<br>
If you are interested, I can let you in into some more details!?  -- philip

Revision as of 18:18, 10 February 2009

QR Codes

A QR Code is a two-dimensional barcode that can encode arbitrary binary data.

Stick one on a physical object encoding a link to a page that can be configured to 301 to arbitrary URLs (e.g. https://www.noisebridge.net/qr/07A72C23A7), and you get a system for hardlinking physical objects into cyberspace.

Documentation

Generators

Software

  • Zxing Project appears to be a Google-blessed software library written in Java for processing one-dimensional and two-dimensional barcodes. It is written for use on mobile phones.
  • Snappr.net has an image-attched-to-email-to-text type gateway setup. snappr [at] snappr.net More info on their page

Other 2D Encodings