zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.07k stars 753 forks source link

Specify exact dimensions of Data Matrix #497

Closed dvertovsek closed 4 years ago

dvertovsek commented 4 years ago

I have a specific requirement, i was wondering if its possible to build a data matrix that is:

the string encoded that would be encoded would be 8 characters long

Would something like that be possible and what would be the closest i could get to it ?

Our client has a reader that can read only those kind of data matrices, so im wondering if its possible.

Thanks in advance

benjohnde commented 4 years ago

Please consult the official repo (https://github.com/zxing/zxing) for that type of question. We are only collecting issues regarding the port.