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
Hi, first of all thanks for this great project! 💪🏻
Is it possible to embed an image (probably a logo) in the center of the QR code image? Like QRCode Monkey's ADD LOGO IMAGE feature. Or as discussed in this other project: codebude/QRCoder#232
I'm using the Demo-ImageSharp sample.
Thanks!
The text was updated successfully, but these errors were encountered:
This library does not directly support adding an image as such a feature is very dependent on the imaging library being used.
For most imaging library, it's straight-forward to achieve. I've exteneded the Demo-ImageSharp sample code to additionally create a QR code with an image. I hope it's helpful for your purpose.
Hi, first of all thanks for this great project! 💪🏻
Is it possible to embed an image (probably a logo) in the center of the QR code image? Like QRCode Monkey's
ADD LOGO IMAGE
feature. Or as discussed in this other project: codebude/QRCoder#232I'm using the
Demo-ImageSharp
sample.Thanks!
The text was updated successfully, but these errors were encountered: