adamchainz / treepoem

Barcode rendering for Python supporting QRcode, Aztec, PDF417, I25, Code128, Code39 and many more types.
MIT License
129 stars 26 forks source link

ITF-14 broken #95

Closed estianross closed 6 years ago

estianross commented 6 years ago

Left border of the ITF-14 bounding box border is not being rendered. See image below barcode

adamchainz commented 6 years ago

Hi

I think this is probably a problem with the upstream BWIPP rather than in the treepoem code, have you checked for the bug there? https://github.com/bwipp/postscriptbarcode

Also if you could report the version, python version, and a code sample for replication that would be useful.

Thanks

estianross commented 6 years ago

Sure thing :D

Testing was done with Py 3.5.2 and treepoem-1.3.2

Simple test code was used:

import treepoem image = treepoem.generate_barcode('itf14', '04601234567893', {'includetext':True}) image.save('barcode.png')

adamchainz commented 6 years ago

Yes I think you should be reporting this upstream, nothing treepoem does is special for that format/data...