brother_ql v0.8.1
New functionality:
- The QL-800 series (QL-800, QL-810W, QL-820NWB) is now supported:
brother_ql_createcan now create label with two-color printing (black/red/white)
if your printer supports it. Just provide the--redflag to the CLI call.brother_ql_analyzecan interpret two-color printing instruction files.
- New flag
--ditherfor the brother_ql_create tool to use dithering instead of the --threshold to convert grayscale to b/w.
Changed behaviour:
- By default, created labels are not using compression any longer:
- create_label() now accepts a new keyword argument compress.
The default is False → no compression if not set manually.
This will speed-up the label creation in many cases
at the expense of larger file sizes. Set to True if you
don't care about processing time but want to store the
generated label files. - The brother_ql_create CLI offers this via the new
argument --compress.
New default (if not set): no compression.
- create_label() now accepts a new keyword argument compress.