Page 1 of 1

Circular QR Code

Posted: Thu Jan 19, 2017 3:00 pm
by Tentaculat
Hello,
Is it possible to create QR Code with circles instead of squares?
Like this:
Image

Re: Circular QR Code

Posted: Fri Jan 20, 2017 1:01 pm
by Alex
Hello,
Tentaculat wrote:Is it possible to create QR Code with circles instead of squares?
For solving your task you need do the following steps:
  • Generate barcode image using VintaSoft Barcode .NET SDK
  • Get size of QR barcode cell in pixels
  • Analyze the barcode image and create the QR barcode cell matrix
  • Generate new barcode image using the QR barcode cell matrix
Best regards, Alexander

Re: Circular QR Code

Posted: Fri Jan 20, 2017 2:39 pm
by Tentaculat
Thank you Alexander!