simple-qrcode icon indicating copy to clipboard operation
simple-qrcode copied to clipboard

Allow to change PNG compression quality

Open dxhung89 opened this issue 1 year ago • 1 comments

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

dxhung89 avatar Aug 15 '23 07:08 dxhung89