We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug While running/printing labels several warnings appear in the logs, emitted from brother_ql_web.py:
DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release
This must be considered as a bug because the code will no longer work with a future version of the libraries PIP and ImageDraw.
Expected behavior Rewrite code and avoid deprecated functions.
The text was updated successfully, but these errors were encountered:
I am no python specialist. Fixing this would be very hard for me. Anybody out there who can help?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
While running/printing labels several warnings appear in the logs, emitted from brother_ql_web.py:
DeprecationWarning: multiline_textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use multiline_textbbox instead.
DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead.
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release
This must be considered as a bug because the code will no longer work with a future version of the libraries PIP and ImageDraw.
Expected behavior
Rewrite code and avoid deprecated functions.
The text was updated successfully, but these errors were encountered: