python-barcode
python-barcode copied to clipboard
How to use with Pillow image
The documentation mentions generating an image if Pillow is installed. How do we use the API with pillow to generate a Pillow image displayable in (for example) a Kivy Image Widget? I can see .write() and .render() functions. Documentation and/or a test example would be helpful.