views:

2890

answers:

5

Anyone know a QR decoder that works on mac or that might be online? I just need to decode one single image.

+1  A: 

found http://www.drhu.org/QRCode/QRDecoder.php

fmsf
A: 

This online decoder may also work for you:

ZXing Decoder Online

splattne
A: 

I managed to compile qrencode 2.0 a few months ago on my iMac. You need the developer tools installed (obviously), I can't remember if I need to build any additional libraries first like libpng or something like that. But that's for encoding strings as QR images...

You can use the Java QR Code Library on SourceForge, I also tried it on a Mac to decode images that I encoded with qrencode 2.0 and it worked fine.

Chochos
A: 

here is an online decoder which should work for you, it uses the zxing online decoder in the background QRgen Online QR Decoder

Patrick Wied
A: 

Here's one that uses your webcam and works in realtime like a QR decoder for a phone. It's based on AdobeAir and works reasonably well.

http://www.dansl.net/blog/?p=256

Dan Berlyoung