Re: Coyote Graphics PS/PDF output size/orientation [message #85512 is a reply to message #85502] |
Wed, 14 August 2013 10:10   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> OK, here is something. On Macs, I don't use Ghostscript. I use the built
> in (I believe) command pstopdf. What happens if you comment out the
> "DARWIN" section of the case statement in cgps2pdf.pro and use the
> UNIX case instead. Do you have the same results?
So the use of pstopdf turns out to be the culprit in the mysterious
"rotation" problem. Unfortunately, pstopdf doesn't appear to support any
rotation options, so I have elected to have Macs use the same
ImageMagick/Ghostscript method other UNIX flavors use. I left the old
code intact, but commented out, however, in case anyone prefers the old
methods.
You can find an updated program that does the rotation the way I expect
it to be done here:
http://www.idlcoyote.com/programs/cgps2pdf.pro
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|