Skip to content
New issue

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

Implement high quality mode #8

Open
FriedrichFroebel opened this issue Nov 22, 2023 · 0 comments
Open

Implement high quality mode #8

FriedrichFroebel opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FriedrichFroebel
Copy link
Owner

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.

@FriedrichFroebel FriedrichFroebel added the enhancement New feature or request label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant