We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67973d9 commit de3d941Copy full SHA for de3d941
barcode/__init__.py
@@ -75,12 +75,9 @@ def generate(
75
output=None,
76
writer_options=None,
77
text=None,
78
- pil=False
79
):
80
options = writer_options or {}
81
barcode = get(name, code, writer, **options)
82
- if pil:
83
- return barcode.render(writer_options, text)
84
if isinstance(output, str):
85
fullname = barcode.save(output, options, text)
86
return fullname
0 commit comments