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 8f5dbdd commit 764d3feCopy full SHA for 764d3fe
1 file changed
README.rst
@@ -110,8 +110,7 @@ Commandline::
110
`$ python-barcode create "123456789000" outfile -b ean --text "text to appear under barcode" `
111
New barcode saved as outfile.svg.
112
113
- # This may not work if `ImageWriter` is None
114
- # ImageWriter is unavailable if Pillow is not installed (it's required for exporting to images instead of SVG).
+ # The following will not work if Pillow is not installed (Pillow is required for exporting to images instead of SVG).
115
$ python-barcode create -t png "My Text" outfile
116
New barcode saved as outfile.png.
117
0 commit comments