endroid / qr-code

QR Code Generator
https://endroid.nl
MIT License
4.45k stars 726 forks source link

Problem when Matrix blockSize < 1 #315

Closed janeks closed 3 years ago

janeks commented 3 years ago

Warning: imagecreatetruecolor(): Invalid image dimensions in ...\endroid\qrcode\Writer\PngWriter.php on line 70

endroid commented 3 years ago

Hi @janeks thank you. I changed the logic so it throws an exception with the message that you should decrease the data size, increase the image size or lower the error correction level.