comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Object Graphics --> EPS Output how?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Object Graphics --> EPS Output how? [message #26785 is a reply to message #26732] Wed, 26 September 2001 16:55 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Mark Hadfield (m.hadfield@niwa.cri.nz) writes:

> Output destination & format is controlled through keywords to the
> IDLgrClipboard::Draw method. To send EPS output to a file the basic sequence
> of operations is
>
> myview = [Create & populate your IDLgrView here]
> myclipbrd = obj_new('IDLgrClipBoard']
> myclipbrd->Draw, /VECTOR, /POSTSCRIPT, FILENAME=[your file name here]
> obj_destroy, myclipbrd
>
> The name "IDLgrClipboard" is a little confusing. It was originally intended
> only for output to the system clipboard, but then the IDL developers
> thought, "Hey, we could use this to write files too."

I just point out what is probably obvious: this
produces PostScript output, not *encapsulated*
PostScript output as was requested in the original
post.

To get encapsulated PostScript output, you have
to convert PostScript files somewhere other than in
IDL.

Cheers,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL 5.4 and win2000 problems
Next Topic: Re: Input Buffer Error Reading in Large ascii Files

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:53:27 PDT 2025

Total time taken to generate the page: 0.00404 seconds