php-qrcode-detector-decoder icon indicating copy to clipboard operation
php-qrcode-detector-decoder copied to clipboard

Getting bool(false) as result

Open Jayad opened this issue 9 years ago • 5 comments

using same code as mentioned.

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?

Jayad avatar Jun 28 '16 06:06 Jayad

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.

Jayad avatar Jun 28 '16 10:06 Jayad

Hey, having the exact same issue. Did you get any further with it?

jondrover avatar Jul 18 '16 18:07 jondrover

Hi, @jondrover, No this issue is still not resolved.

Jayad avatar Jul 20 '16 15:07 Jayad

Sorry friends, now I have no time to find what's going on :(

khanamiryan avatar Jul 20 '16 16:07 khanamiryan

See #15

powtac avatar Jan 01 '17 21:01 powtac