Answer the question
In order to leave comments, you need to log in
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
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"));
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question