huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
MIT License
157 stars 37 forks source link

QR Code with different width and height pixel sizes #37

Closed markomalley closed 1 year ago

markomalley commented 1 year ago

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