-
Notifications
You must be signed in to change notification settings - Fork 466
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
ESP GhostScript: "psmono" and "psgray" produce shrinked pages #6
Labels
Milestone
Comments
CUPS.org User: mike Fixed in CVS for the 7.07.1rc1 release. Turns out the .ImageRead procedure was scaling the image a second time. |
This was referenced Mar 17, 2016
Closed
This was referenced Mar 17, 2016
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 7.05.6
CUPS.org User: till.kamppeter
The drivers "psmono" and "psgray" produce shrinked pages with ESP GhostScript 7.05.6. One can reproduce this as follows:
[root@majax /]# cat /usr/share/cups/data/testprint.ps | gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE -sDEVICE=psmono -sPAPERSIZE=a4 -r300x300 -sOutputFile=- - > test.ps
[root@majax /]# gv test.ps
[root@majax /]# cat /usr/share/cups/data/testprint.ps | gs -q -dBATCH -dPARANOIDSAFER -dNOPAUSE -sDEVICE=psgray -sPAPERSIZE=a4 -r300x300 -sOutputFile=- - > test.ps
[root@majax /]# gv test.ps
The text was updated successfully, but these errors were encountered: