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.66k stars 363 forks source link

Allow to change PNG compression quality #288

Open dxhung89 opened 10 months ago

dxhung89 commented 10 months ago

Allow to change default compression quality when creating new QR Code in PNG format.

How to use

QrCode::format('png')->setPngCompression($quality)->generate('QR code content');

Note: $quality must be between 1 and 100