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

ESP GhostScript: "psmono" and "psgray" produce shrinked pages #6

Closed
michaelrsweet opened this issue Apr 4, 2003 · 1 comment
Closed

Comments

@michaelrsweet
Copy link
Collaborator

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

@michaelrsweet
Copy link
Collaborator Author

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.

@michaelrsweet michaelrsweet added this to the Stable milestone Mar 17, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant