D
D
Dmitry Koshelenko2010-11-30 13:24:53
PHP
Dmitry Koshelenko, 2010-11-30 13:24:53

Need a QR code decoder in PHP?

Task: QR code decoding using PHP from PNG or JPG files.
I googled it but didn't find anything useful...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Koshelenko, 2010-11-30
@GomelHawk

So far, I found a way out in using an external call:

<?php
echo "Результат:<br />".iconv("UTF-8","CP1251",exec("java -jar qr.jar qr.png"));
?>

B
bigbaraboom, 2010-11-30
@bigbaraboom

www.qrme.co.uk/qr-code-forum.html?func=showcat&catid=36

C
ChemAli, 2010-12-01
@ChemAli

Non-free SDK (C++/PHP): qrserver.com/software/
Free API: qrserver.com/api/documentation/create-qr-code/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question