endroid / qr-code

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

Added an exception to allow non alpha png files written #265

Closed Huseriato closed 4 years ago

Huseriato commented 4 years ago

if alpha channel is set to 0. An alpha channel is only added, if this value is between 1 and 127 (higher value than 127 is not allowed by php).

I created an issue before and decided to provide a pull request for this: https://github.com/endroid/qr-code/issues/264

Huseriato commented 4 years ago

Is there anything I can do to speedup this in any way?