Replies: 1 comment
-
Hi! The imageWithLogo example does pretty much all of this - the only thing you would need to do is to resize the final output to whatever size you need.
adjust the size of the output via php-qrcode/examples/imageWithLogo.php Line 84 in 02a2321
The example does exactly that over here: php-qrcode/examples/imageWithLogo.php Lines 50 to 52 in 02a2321
Set Lines 22 to 24 in 02a2321
See above and the simple image example.
Set Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Dear codemasher,
Highly appreciate for creating this extensive library for us! I have faced the following issues with it. Below is my requirement.
I want to create a QR code that is dynamically able to
When I tried some earlier tutorials from you and the community I could perform these tasks individually but couldn't create an all-in-one solution. I got issues in different versions and errors that I couldn't debug. Will you be able to quickly direct me toward generating this?
Beta Was this translation helpful? Give feedback.
All reactions