github pklaus/brother_ql v0.8.1
brother_ql v0.8.1

latest releases: v0.9.4, v0.9.3, v0.9.2...
6 years ago

New functionality:

  • The QL-800 series (QL-800, QL-810W, QL-820NWB) is now supported:
    • brother_ql_create can now create label with two-color printing (black/red/white)
      if your printer supports it. Just provide the --red flag to the CLI call.
    • brother_ql_analyze can interpret two-color printing instruction files.
  • New flag --dither for 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.

Don't miss a new brother_ql release

NewReleases is sending notifications on new releases.