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

link|improve this question

feedback

6 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

This online decoder may also work for you:

ZXing Decoder Online

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.