You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove inner rounding to look less "fluidy", more like real-world rounded QR codes
I was also able to port it for Imagick by extending QRImagick instead, and using methods $this->imagickDraw->rectangle() and $this->imagickDraw->circle().
Additionally, I found a nicer marker design and overlayed it over the generated QR code. I also added a logo in the center. This was the final look:
If anyone is looking to make similar-lookign qr codes, here is the source code:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As a follow-up for the issue: #297
The solution to my problem with the expected design is a custom output interface, here is an example that makes it rounded: https://github.com/chillerlan/php-qrcode/blob/main/examples/imageWithRoundedShapes.php
Two adjustments I made to make it look nicer:
I was also able to port it for Imagick by extending
QRImagick
instead, and using methods$this->imagickDraw->rectangle()
and$this->imagickDraw->circle()
.Additionally, I found a nicer marker design and overlayed it over the generated QR code. I also added a logo in the center. This was the final look:
If anyone is looking to make similar-lookign qr codes, here is the source code:
Beta Was this translation helpful? Give feedback.
All reactions