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
At the moment, high quality mode (dpi_600) is not really supported. This only becomes obvious once die cut/fixed size labels are tried, as this will raise a hard error when the pixel count does not match: https://github.com/pklaus/brother_ql/blob/56cf4394ad750346c6b664821ccd7489ec140dae/brother_ql/conversion.py#L102 https://github.com/pklaus/brother_ql/blob/56cf4394ad750346c6b664821ccd7489ec140dae/brother_ql/conversion.py#L125-L126 Similar issues will silently be ignored for the endless labels which are the only ones I regularly use. See pklaus#47 (comment) for some more information as well.
dpi_600
Rendering should account for the high quality mode by using a larger resolution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment, high quality mode (
dpi_600
) is not really supported. This only becomes obvious once die cut/fixed size labels are tried, as this will raise a hard error when the pixel count does not match: https://github.com/pklaus/brother_ql/blob/56cf4394ad750346c6b664821ccd7489ec140dae/brother_ql/conversion.py#L102 https://github.com/pklaus/brother_ql/blob/56cf4394ad750346c6b664821ccd7489ec140dae/brother_ql/conversion.py#L125-L126 Similar issues will silently be ignored for the endless labels which are the only ones I regularly use. See pklaus#47 (comment) for some more information as well.Rendering should account for the high quality mode by using a larger resolution.
The text was updated successfully, but these errors were encountered: