> 
> Package: gs
> Version: 4.01-4
> 
> The commands
> 
> $ gs -g100x100 some_postscript_file.ps
> $ gs -dDEVICEWIDTH=100 -dDEVICEHEIGHT=100 some_postscript_file.ps
> $ gs some_postscript_file.ps
> all produce the same results.

OK in the second case, gs gets executed with:
gs -dDEVICEHEIGHTPOINTS=842 -dDEVICEWIDTHPOINTS=595 -dDEVICEWIDTH=100 
-dDEVICEHEIGHT=100 Q.ps

and gs usually only uses the last defention on the commandline, but here
it apparently uses the first one. So, I'll indeed have to change
the wrapper. Thanks



-- 
joost witteveen
            [EMAIL PROTECTED]
          [EMAIL PROTECTED]
--
Use Debian/GNU Linux!


Reply via email to