huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code with different width and height pixel sizes

markomalley opened this issue · comments

Hello, I've been trying to work out if this is possible.

Can we set the length and height pixel / block sizes to be different? for example: its currently like 32 x 32 blocks, I want to set it so that it's like 16 x 64 blocks.

Thanks