Circular QR Code

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Moderator: Alex

Post Reply
Tentaculat
Posts: 2
Joined: Thu Jan 19, 2017 2:56 pm

Circular QR Code

Post by Tentaculat »

Hello,
Is it possible to create QR Code with circles instead of squares?
Like this:
Image
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Circular QR Code

Post 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
Tentaculat
Posts: 2
Joined: Thu Jan 19, 2017 2:56 pm

Re: Circular QR Code

Post by Tentaculat »

Thank you Alexander!
Post Reply