mmulqueen / pyStrich

pyStrich is a Python 3 module to generate 1D and 2D Barcodes
Other
90 stars 24 forks source link

Data matrix ecc 200 #10

Closed InnovativeInventor closed 6 years ago

InnovativeInventor commented 6 years ago

Its great that there is a python 3 port of hubarcode. When will ECC 200, the latest version of a data matrix, be supported?

mmulqueen commented 6 years ago

@InnovativeInventor I'm pretty sure the data matrix generated by this package is ECC 200 only.

It's been a while since I've worked on this project, but we support some of ECC200, I don't think we support the full character capacity of ECC200. When I ported pyStrich, I expanded the maximum capacity it could handle (see issue #2). However didn't go any further than that because we didn't need it for our application. Patches are welcome. It's unlikely that we'll add greater capacity ourselves in the short term.