-
Notifications
You must be signed in to change notification settings - Fork 286
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
Support asymmetric density #570
Comments
How do we want to go about supporting this in the api?
And I'm assuming "best" would just go for the highest supported values of both? Are there other string keywords we'd want to support? |
^--- This is the winner. I'll explain why...
This allows an array already, so it's used up already.
I think
Yes.
The most common I'm finding are:
We can probably infer
Even then, it may not be needed, most programmers know the DPI of their printer. |
Currently, when specifying density (e.g.
{ density: 300 }
) QZ Tray will create a resolution of 300x300. However some printers, such as the Dymo Labelwriter 450 support a resolution of 300x600.By leveraging the Windows print driver, it's possible to obtain this higher quality...
Note, this does slow printing considerably, but the output is undeniably better.
I would like to propose the following:
The text was updated successfully, but these errors were encountered: