slatinsky / php-pay-by-square

Generátor slovenských BY SQUARE QR kódov v php ako mikroslužba - len prekopírujete na PHP hosting a je nainštalované :)
https://qr.slada.sk
13 stars 3 forks source link

Change size of QR code for better readable in PDF file. #4

Closed himak closed 1 month ago

himak commented 1 month ago

Thank you for your code. I am using it in a PDF file. But QR is not a good readable, because it has a small size. So I recommend to increasing the size.

slatinsky commented 1 month ago

Hello,

thanks for the pull request. I think that we should make the size configurable via get parameter with a default of 1 (and some max value, for example 15)

I have made the size 1, because CSS image-rendering: crisp-edges; renders it in the browser as it it were vector graphics and less data is transfer to the client that way. But for PDFs that may be useful addition.

slatinsky commented 1 month ago

Implemented in commit 3238192 by adding pixelsize and pixelpadding get parameters. Closing your pull request