The used library Pillow seems to change and it might be necessary to react?
brother_ql_web.py:120: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
textsize = draw.multiline_textsize(text, font=im_font)
The used library Pillow seems to change and it might be necessary to react?
brother_ql_web.py:120: DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
textsize = draw.multiline_textsize(text, font=im_font)