Closed
Description
Hi!
Version used : QRCoder 1.4.1
Compiled from source or NuGet package?: Yes
Payload/Encoded text: --
Used payload generator: passing the formatted string
Used ECC-level: M
Used renderer class: --
Environment (.NET 3.5, .NET 4.X, .NETCore, ...): Net4.x
I use your library to create static QRs from the CRM system
- Can you add layers?
- top layer - QR
- lower - custom picture
ps
now I use a separately prepared picture for emulation
using (var bitmap = code. GetGraphic(pixelsPerModule, ColorTranslator.FromHtml(foreground), ColorTranslator.FromHtml(background), imgObj, imgSize))
with a transparency of 50% and a size of 90%, but since it does not work out very...
- Can you add tools for custom QR design?
for example, as here
https://www.qrcode-monkey.com/
https://qrcode.website/
https://www.unitag.io/qrcode
and so on.
?