-
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
Asymmetric density #592
Asymmetric density #592
Conversation
Add additional resolution support to CUPS
I've added cross-feed parsing support to CUPS as well as additional resolution support. @bberenz it appears you assume the first density is the best density e.g. |
... also @bberenz the |
No, it only grabs the first resolution to ensure not null as it then loops through the whole list comparing for better (or worse if draft) |
|
HWResolution always DPI per https://www.cups.org/doc/spec-ppd.html
Fixed a parsing issue with |
Testing is positive but also a bit inconclusive, the quality seems to remain the same between 300x300 and 600x300 on this printer, which seems rather impossible. Perhaps the driver reports a higher resolution than what is possible, but it does not appear to hinder the output, so I'm merging. |
Adds support for asymmetric densities and named density values.