Replies: 1 comment
-
Try resizing the input image to a smaller size before attempting to read the QR Code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to scan this photo (Instagram QR code):
https://www.uplooder.net/img/image/83/4ed519015890ec62a30d54af680415d1/kihanb-qr.png
but I got this php faal error:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 67108872 bytes) in /home1/vendor/chillerlan/php-qrcode/src/Decoder/LuminanceSourceAbstract.php on line 77
I aslo tried to increase the memory limit but didn't work:
PHP Fatal error: Allowed memory size of 419430400 bytes exhausted (tried to allocate 268435464 bytes) in /home1/vendor/chillerlan/php-qrcode/src/Decoder/LuminanceSourceAbstract.php on line 77
Beta Was this translation helpful? Give feedback.
All reactions