From ababe6baf34e5bc01e26a4f3009532f5a70dc5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Fr=C3=B6lich?= Date: Wed, 9 Aug 2023 15:32:52 +0200 Subject: [PATCH] set dpi_600 to True by default --- brother_ql_web.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brother_ql_web.py b/brother_ql_web.py index ec48319..56b0e0e 100755 --- a/brother_ql_web.py +++ b/brother_ql_web.py @@ -201,7 +201,8 @@ def print_text(): red = False if 'red' in context['label_size']: red = True - create_label(qlr, im, context['label_size'], red=red, threshold=context['threshold'], cut=True, rotate=rotate) + create_label(qlr, im, context['label_size'], red=red, threshold=context['threshold'], + cut=True, rotate=rotate, dpi_600=True) if not DEBUG: try: