-
Notifications
You must be signed in to change notification settings - Fork 326
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
Comments
This is happening only when I am uploading a fullzise image with a QRcode section present. |
Hey, having the exact same issue. Did you get any further with it? |
Hi, @jondrover, |
Sorry friends, now I have no time to find what's going on :( |
See #15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: