SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.75k stars 397 forks source link

Fixes qrcode with image transparent background #268

Open OutlawPlz opened 1 year ago

OutlawPlz commented 1 year ago

Hi guys,

If you create a qrcode with an image, the qrcode will no longer have a transparent background. This request should fix that issue by adding imagesavealpha() function to ImageMerge class.