Request: Barcode Generator
-
good morning, I am starting a publishing project and I would like to generate book covers with Drawbot. But something that always complicates me is the generation of Barcodes. has anyone tried to make them in drawbot?
-
An
ImageObject
as support to generate barcodes.im = ImageObject() im.code128BarcodeGenerator((170, 32), message=b"hello world", quietSpace=0) image(im, (10, 10))
Im making an issue to have the
size
argument optional.