Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create barcode in memory #10

Open
estianross opened this issue Apr 3, 2018 · 1 comment
Open

Create barcode in memory #10

estianross opened this issue Apr 3, 2018 · 1 comment

Comments

@estianross
Copy link

Is there a way to generate the final barcode file in memory rather than on disk? Currently we have to force a delete on the filesystem for every barcode (we possibly have 10s of thousands) because validate_create_barcode saves to disk. This package desperately needs some documentation

@KazukiPrzyborowski
Copy link
Contributor

KazukiPrzyborowski commented Jun 1, 2018

You use validate_draw_barcode or set filename to None and that will return a PIL image object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants