QR code
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→References) |
Dan Tobias (Talk | contribs) (→Software) |
||
Line 13: | Line 13: | ||
* [https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en Android app to read UPC and QR codes to look up product info/prices and other info coded or linked in bar codes] | * [https://play.google.com/store/apps/details?id=com.google.zxing.client.android&hl=en Android app to read UPC and QR codes to look up product info/prices and other info coded or linked in bar codes] | ||
* [https://itunes.apple.com/us/app/bar-code/id422314523?mt=8 Bar Code app (iOS)] | * [https://itunes.apple.com/us/app/bar-code/id422314523?mt=8 Bar Code app (iOS)] | ||
+ | * [https://itunes.apple.com/us/app/zbar-barcode-reader/id344957305?mt=8 ZBar app (iOS)] | ||
== Developer libraries == | == Developer libraries == |
Revision as of 19:51, 17 July 2013
QR codes (Quick Response) are a type of 2-dimensional bar code which is currently very popular. Originally designed for industrial use in tracking items as they move around a warehouse or factory, they are currently mainly used to provide hyperlinks in ads, articles, and signs which somebody with an appropriate reader (such as apps for a smartphone) can use to retrieve what is generally a URL linking into the Web, though other kinds of content can also be stored.
Contents |
Software
- Review of barcode scanner apps
- Android app to read UPC and QR codes to look up product info/prices and other info coded or linked in bar codes
- Bar Code app (iOS)
- ZBar app (iOS)
Developer libraries
- ZBar bar code reader library: cross-platform
- zxing (Zebra Crossing) (barcode library for Java, ported to some other systems)
Utilities
- QR code generator
- Online barcode generator (supports many different formats)