Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.
Moderator: Alex
-
Tentaculat
- Posts: 2
- Joined: Thu Jan 19, 2017 2:56 pm
Post
by Tentaculat »
Hello,
Is it possible to create QR Code with circles instead of squares?
Like this:

-
Alex
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
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
Post
by Tentaculat »
Thank you Alexander!