giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
243 stars 73 forks source link

Dynamic QR Code text limit much too small #85

Closed systemmonkey42 closed 4 months ago

systemmonkey42 commented 4 months ago

Hi,

The default text / link size limit on dynamic QR codes is 100 bytes.

A simple route to a location in google maps produced a 210 byte url.

Since the URL does not need to fit into the QR code, this limit should be significantly increased.

Also, the error caused when a url exceeds the column size is fairly catastrophic.

Thanks

giandonatoinverso commented 4 months ago

Increased to 500 byte