can you give me an exmple of how to create a frame around the QR code like this? #181
deepesharora
started this conversation in
General
Replies: 2 comments 5 replies
-
If you want to do this in SVG, you can start from the examples given in #150, for raster images like png or jpg, you will need to create the frame by yourself in GD or ImageMagick and embed the QR Code in it (i can assist you with the latter in that case). |
Beta Was this translation helpful? Give feedback.
5 replies
-
Ok. We'll try playing around with imagemagick
…---
NOTICE - CONFIDENTIAL INFORMATION
The information in this communication is privileged and strictly
confidential. It is intended solely for the use of the individual or entity
named above. If the reader of this message is not the intended recipient,
or the employee or agent responsible to deliver it to the intended
recipient, any dissemination, distribution, copying or other use of the
information contained in this communication is strictly prohibited. If you
have received this communication in error, please first notify the sender
immediately and then delete this communication from all data storage
devices and destroy all hard copies.
On February 17, 2023 15:06:11 smiley ***@***.***> wrote:
Wait, i just realized that there's only the Basic ImageMagick example. I
may add another one with image and logo, similar to the existing GD
examples, but not today. (:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@codemasher you've been awesome with the examples you've provided with this repository.
I'm trying to create something like this with such kind of frames as shown in the pictures.
https://i.imgur.com/B16LP5r.png
Any guidance or examples you cn provide on how to achieve the same kind of effect with this library?
Beta Was this translation helpful? Give feedback.
All reactions