dlenski / python-zxing

python wrapper for the ZXing barcode library
GNU Lesser General Public License v3.0
123 stars 37 forks source link

data matrix generator #12

Closed ghost closed 3 years ago

ghost commented 3 years ago

Do you have an example of how to generate a data matrix and control image height and width (number of pixels)?

dlenski commented 3 years ago

Do you have an example of how to generate a data matrix and control image height and width (number of pixels)?

🤷🏻‍♂️…?

This package is for decoding/reading barcodes, not creating them. Perhaps you're looking for https://github.com/adamchainz/treepoem?