Commit Graph

  • 61e16625fe Changement de l'URL sur le readme main EpicKiwi 2025-12-14 20:49:38 +01:00
  • 7aa3bbb5be Fix ANTIALIAS EpicKiwi 2025-12-14 20:48:26 +01:00
  • 56cf4394ad [fix] "response doesn't start with the usual header" Philipp Klaus 2020-02-04 16:24:25 +01:00
  • 638b365d45 initial, still very untested support for PT-P750W Philipp Klaus 2019-09-02 22:37:38 +02:00
  • 05516a7692 'brother_ql analyze' updated to support P-Touch series files Philipp Klaus 2019-09-02 20:34:12 +02:00
  • b551b1fc94 make classes FormFactor() and Color() IntEnums Philipp Klaus 2019-01-21 11:28:47 +01:00
  • 5c2b72b18b Remove deprecation warning for now Philipp Klaus 2019-01-21 11:27:45 +01:00
  • 2eeac7a4b6 improve docstring documentation of brother_ql.raster Philipp Klaus 2019-01-13 11:19:04 +01:00
  • 99c35993c8 brother_ql.raster.Raster._unsupported() is now 'protected' Philipp Klaus 2019-01-13 11:18:26 +01:00
  • ca4ac0544c brother_ql.raster: remove unused import Philipp Klaus 2019-01-13 11:16:37 +01:00
  • 1cfc7e7302 attrs & enum based replacement for devicedependent Philipp Klaus 2019-01-13 01:24:18 +01:00
  • df31020d4d Revert dataclasses based replacement for devicedependent Philipp Klaus 2019-01-12 22:05:04 +01:00
  • 0a3af68eaa dataclasses & enum based replacement for devicedependent Philipp Klaus 2019-01-12 21:30:51 +01:00
  • 40a1badd66 mark QL-560 as supported. closes #51. thx @volkermauel Philipp Klaus 2019-01-12 21:02:58 +01:00
  • 16dccc1df7 increased write timeout from 5000 ms to 15000 ms Michael Chenevey 2018-10-18 12:30:11 -04:00
  • bc9564e3a2 Removing SIMILAR_SOFTWARE. Now found in separate Gist. Philipp Klaus 2018-09-25 15:10:58 +02:00
  • 63f05c2346 Brother QL-1060N reported to be working fine w/ brother_ql Philipp Klaus 2018-09-25 15:06:31 +02:00
  • d589f4e2fe QL-810W reported to be working with this package Philipp Klaus 2018-09-14 17:08:49 +02:00
  • 1aa793b855 README backends notes: render list properly in Markdown Philipp Klaus 2018-09-14 16:45:13 +02:00
  • 5bc0f949e8 README backends: *network* backend can't read printer state Philipp Klaus 2018-09-14 16:33:23 +02:00
  • 4820b673bb README backends: move legend into describing sentence Philipp Klaus 2018-09-14 16:29:49 +02:00
  • 660c7bbdf6 README: new backends section incl. table about OS support (#38) Philipp Klaus 2018-09-14 16:24:25 +02:00
  • 6b39795667 add pyusb to the dependencies (relates to #38) Philipp Klaus 2018-09-14 15:08:17 +02:00
  • f183afbe9d BrotherQLRaster: log raster_image_size as debug, not info Philipp Klaus 2018-09-14 14:59:46 +02:00
  • 801b36b894 brother_ql.backends.helpers.send() returns a status dictionary Philipp Klaus 2018-09-14 14:58:36 +02:00
  • f7e34a347a brother_ql.exceptions: easier notation and line spacings Philipp Klaus 2018-09-14 10:19:51 +02:00
  • 35a53b9681 new module brother_ql.exceptions for all custom exceptions Philipp Klaus 2018-09-14 10:17:59 +02:00
  • abd9ebe453 fix the --no-cut option of brother_ql print Philipp Klaus 2018-09-06 23:11:59 +02:00
  • 0c59fa9fff CLI brother_ql print: use click.File() to allow input from stdin Philipp Klaus 2018-09-05 10:52:53 +02:00
  • ec4b7a9529 brother_ql.reader: 'raise NameError()' instead of using 'assert' Philipp Klaus 2018-09-05 10:51:41 +02:00
  • c8b9c9335d update README to document --version (missing in 1fb11eb) Philipp Klaus 2018-09-03 16:51:42 +02:00
  • 7f28027bfe Make brother_ql info a click.group() Philipp Klaus 2018-09-03 16:50:23 +02:00
  • 7ab1e672b7 Fix Py2/3 compatibility (#40) Philipp Klaus 2018-09-03 15:15:58 +02:00
  • 4ac1c76da9 Typo: images -> image (#39) michieldwitte 2018-08-26 11:02:46 +02:00
  • fe55344d32 pyusb backend: select the iface with the right bInterfaceClass right away Philipp Klaus 2018-08-14 23:05:23 +02:00
  • d209040b92 pyusb backend: assert seleted iface bInterfaceClass == 7 (a 'printer') Philipp Klaus 2018-08-14 23:04:23 +02:00
  • 78b5667ca4 New CLI command brother_ql info env Philipp Klaus 2018-08-10 15:49:40 +02:00
  • 1fb11eb766 new CLI option brother_ql --version (#34) Philipp Klaus 2018-08-10 12:12:59 +02:00
  • 075feb3bbe Revert "new CLI command brother_ql info version (#34)" Philipp Klaus 2018-08-10 12:11:15 +02:00
  • b59f45fa79 new CLI command brother_ql info version (#34) Philipp Klaus 2018-08-10 11:58:50 +02:00
  • a71fc4c09c rasterprynt included in SIMILAR_SOFTWARE.md Philipp Klaus 2018-08-10 11:44:56 +02:00
  • 90076beda5 Updated README: Installation, Deprecated CLI Tools Philipp Klaus 2018-08-10 11:38:41 +02:00
  • b353aafbdb README: put long URLs to the end of the document Philipp Klaus 2018-08-10 11:21:40 +02:00
  • 90cfa1febc README: phrases start w/ new line + breaking long lines Philipp Klaus 2018-08-10 11:06:19 +02:00
  • 0f03cfe611 README: new sections Author / Contributing Philipp Klaus 2018-08-10 10:57:18 +02:00
  • 1e24d192e4 fix help in CLI brother_ql & list labels in README Philipp Klaus 2018-08-08 19:45:17 +02:00
  • fd2206891b Py2 compat of brother_ql.reader - fixes #35 Philipp Klaus 2018-08-08 19:39:37 +02:00
  • 3944efad85 SIMILAR_SOFTWARE updated Philipp Klaus 2018-08-08 19:15:14 +02:00
  • fa8852afbb setup.py: development now reached 0.9.dev0 Philipp Klaus 2018-08-08 19:03:57 +02:00
  • 142cf744d8 Merge pull request #37 from pklaus/dev Philipp Klaus 2018-08-08 19:01:01 +02:00
  • 160cea90d4 new CLI: brother_ql Philipp Klaus 2018-08-08 18:43:20 +02:00
  • 388eaae2d6 Move label creating code from CLI tool brother_ql_create -> module Philipp Klaus 2018-08-08 18:18:07 +02:00
  • 480805af9a bug fixes & module rename -> brother_ql.backends.helpers Philipp Klaus 2018-08-08 17:23:49 +02:00
  • 9e93664abe Ability to change output filename of BrotherQLReader Philipp Klaus 2018-08-08 14:42:45 +02:00
  • 6a94465bea fix: logging output in BrotherQLReader() raises TypeError Philipp Klaus 2018-08-08 14:33:44 +02:00
  • c42773b613 Split brother_ql_print -> brother_ql.{printing,discovering} Philipp Klaus 2018-07-31 21:59:32 +02:00
  • 5267986fd0 backends: rename string_descr -> identifier Philipp Klaus 2018-07-31 21:55:50 +02:00
  • 9b1311f9ba fix printing greyscale images on black/red tape Philipp Klaus 2018-07-10 12:14:07 +02:00
  • 351fb9bcec List supported models QL-800 QL-820NWB QL-1050 in setup.py, too Philipp Klaus 2018-02-20 21:23:58 +01:00
  • 4e67291a5e QL-1050 confirmed to work by jleguen in pull request #30 Philipp Klaus 2018-02-20 21:19:27 +01:00
  • 5ecd8b747e Take into account printer-dependent right margin additions (#30) jleguen 2018-01-30 02:35:08 +01:00
  • ceed43ef6e README: Remove note about missing 600dpi mode (incorrect since a354cde) Philipp Klaus 2018-01-28 13:19:44 +01:00
  • 19110118e0 Add hint to web interface in README Philipp Klaus 2018-01-28 13:14:12 +01:00
  • 6a2ff81dd3 README: Rearrange and slightly rephrase info on Editor Lite mode Philipp Klaus 2018-01-28 13:13:47 +01:00
  • aae157a99e Update README to note editor lite problems Brian Manifold 2018-01-28 00:22:46 -05:00
  • 99ee28fdaa require pillow>=3.3.0 Philipp Klaus 2018-01-15 15:26:20 +01:00
  • 32ba70b7dc removed import numpy overlooked in 76f4677 (fixes #26) Philipp Klaus 2018-01-06 19:02:52 +01:00
  • e5d4fde7d5 Correct Brother DK-11241 label size "102x152", fixes #27 Philipp Klaus 2018-01-06 18:25:09 +01:00
  • 69d8b0395f brother_ql_print network backend timeout fix (#23) Philipp Klaus 2017-10-18 23:55:52 +02:00
  • e27bc9d491 brother_ql_analyze can now read from stdin (with '-') Philipp Klaus 2017-10-18 23:27:55 +02:00
  • aaf9a085b8 brother_ql_print: log discovered devices to stderr Philipp Klaus 2017-09-19 22:05:06 +02:00
  • 2f3655b648 Allow low quality printing with --lq Philipp Klaus 2017-10-06 22:01:52 +02:00
  • a354cde4eb New --600dpi flag to support 600x300 dpi mode Philipp Klaus 2017-10-01 20:59:05 +02:00
  • 88c0920768 create_label() convert rotate to int() early on if not 'auto' Philipp Klaus 2017-10-01 13:26:37 +02:00
  • f8eec9a410 Readme updates for QL-800 Russ Garrett 2017-09-21 11:49:02 +01:00
  • fae49bc1dc brother_ql_print fix --list-printers to print all found printers Philipp Klaus 2017-09-19 21:57:59 +02:00
  • 5b3d70842e brother_ql_analyze: improved INFO output Philipp Klaus 2017-09-19 21:12:05 +02:00
  • 467c15ef0f raise exception (instead of sys.exit()) in create_label() Philipp Klaus 2017-09-19 21:06:39 +02:00
  • baea505a46 brother_ql_create: fix b/w label creation from .gif files Philipp Klaus 2017-09-19 21:04:47 +02:00
  • ee16bd68bb pushing version to v0.8.dev0 Philipp Klaus 2017-09-19 14:25:43 +02:00
  • b96cd35ea1 prevent using --red (two color printing) if not supported by model Philipp Klaus 2017-09-19 14:23:18 +02:00
  • d373acbbc7 collection of similar software with a link in the README Philipp Klaus 2017-09-19 13:52:41 +02:00
  • 27c35710cd also apply --threshold to --red labels Philipp Klaus 2017-09-19 13:02:47 +02:00
  • a15084ad02 Convert indexed images (GIF) to RGB (if printing in --red) Philipp Klaus 2017-09-19 12:54:49 +02:00
  • 610954f800 brother_ql_create --red speedup (saving 90% CPU time) Philipp Klaus 2017-09-19 12:49:00 +02:00
  • f52afbac62 brother_ql_analyze: black overrides red Philipp Klaus 2017-09-19 10:43:21 +02:00
  • ed97975b9c QL-800 series: printing black/red/white labels (CLI: --red) Philipp Klaus 2017-09-18 23:09:39 +02:00
  • f1fd99f9a7 brother_ql_create new CLI argument --compress Philipp Klaus 2017-09-18 21:05:50 +02:00
  • 00c2cb9712 fix documentation of usb:// descriptor string Philipp Klaus 2017-09-17 22:04:00 +02:00
  • ee69e04f80 round labels: state actual / expected size when failing Philipp Klaus 2017-09-17 21:33:02 +02:00
  • e2b7e2d7f6 create_label(): first .paste(), then .convert("L") Philipp Klaus 2017-09-17 21:28:17 +02:00
  • 11227c0db6 brother_ql_create: new CLI parameter --dither Philipp Klaus 2017-09-17 20:44:08 +02:00
  • d681d0ee9c new kwarg dither in create_label() Philipp Klaus 2017-09-17 18:50:03 +02:00
  • 707c33ffff QL-820NWB is now supported, printing red/black/white not yet Philipp Klaus 2017-09-16 22:42:59 +02:00
  • 555a51a0ad adding device dependent settings for QL-800 series Philipp Klaus 2017-09-16 12:23:34 +02:00
  • f2c7dbcbce brother_ql_analyze now supports .bin files for the QL-800 series Philipp Klaus 2017-09-16 12:15:43 +02:00
  • b60d140ff4 README: new QL-800 series Philipp Klaus 2017-08-20 09:35:28 +02:00
  • 3584b6ba5d Merge pull request #16 from iegomez/master (w/o multiprocessing) Philipp Klaus 2017-07-03 11:05:36 +02:00
  • 2c8620f94e raster.py: Py2 compat Philipp Klaus 2017-07-03 09:42:28 +02:00
  • 670068ce95 removed multiprocessing for now Philipp Klaus 2017-07-03 09:45:56 +02:00