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: