huysentruitw / barcoder

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

DataMatrix: support fixed rows and columns count #12

Closed Int32Overflow closed 5 years ago

Int32Overflow commented 5 years ago

I'm sorry about the last pull request. But now it should fit.

Fixes #8

Implemented:

Int32Overflow commented 5 years ago

I need the option to create a DataMatrix code of a certain size independent of the data content.

There is the use case that a specific DataMatrix size is mandatory, but the data content would fit into a smaller DataMatrix code. (This is allowed according to specification)

Int32Overflow commented 5 years ago

@huysentruitw Do you understand what I'm trying to do?