Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting bool(false) as result #18

Open
Jayad opened this issue Jun 28, 2016 · 5 comments
Open

Getting bool(false) as result #18

Jayad opened this issue Jun 28, 2016 · 5 comments

Comments

@Jayad
Copy link

Jayad commented Jun 28, 2016

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
Copy link
Author

Jayad commented Jun 28, 2016

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.

@jondrover
Copy link

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

@Jayad
Copy link
Author

Jayad commented Jul 20, 2016

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

@khanamiryan
Copy link
Owner

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

@powtac
Copy link

powtac commented Jan 1, 2017

See #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants