alexzhirkevich/custom-qr-generator

When QR code has more than 800 characters and adding a logo, it taking 4 to 5 seconds to apply

Closed this issue · 3 comments

When QR code has more than 800 characters and adding a logo, it taking 4 to 5 seconds to apply

When QR code has more than 800 characters and adding a logo it taking time and sometime hang the app

Avoid using QrVectorLogoPadding.Accutate with large QR codes. Use QrVectorLogoPadding.Natural padding or don't use logo padding at all if it possible.

If you need only Accurate padding and nothing else, you can add background to your logo image and use it with default (Empty) padding

Okay, will try that thanks.