Open Jayad opened 8 years ago
This is happening only when I am uploading a fullzise image with a QRcode section present. The online decoder https://zxing.org/w/decode.jspx gives perfect output even when we upload a fullsize image.
Hey, having the exact same issue. Did you get any further with it?
Hi, @jondrover, No this issue is still not resolved.
Sorry friends, now I have no time to find what's going on :(
See #15
using same code as mentioned. <?php
include_once('./lib/QrReader.php'); $qrcode = new QrReader('JayaAADHAR.jpg'); var_dump($qrcode); $text = $qrcode->text(); //return decoded text from QR Code var_dump($text); ?>
returning bool(false)
private $dataWidth => int(1021) private $dataHeight => int(2459) private $left => int(0) private $top => int(0) private $image => class Imagick#42 (0) { } private $width => int(1021) private $height => int(2459) } class QrReader#41 (1) { public $result => bool(false) }
bool(false)
Any help on what is going wrong?