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

Home » Public Forums » archive » Re: Postscript Output with Object Graphics?
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: Postscript Output with Object Graphics? [message #20290 is a reply to message #20282] Mon, 05 June 2000 00:00 Go to previous message
Nicolas Decoster is currently offline  Nicolas Decoster
Messages: 34
Registered: March 2000
Member
Hi,

Ricardo Fonseca wrote:
>
> Hi everyone,
>
> Does anyone know of a way of outputting object graphics 2D models (no
> transparencies involved) to a postscript file as vectors (as opposed to
> rendering the object graphics to an image variable and then displaying it on
> the postscript device)?
>
> Thanks in advance, Ricardo

You need IDL 5.3 to do this.

IDL> myClipboard = obj_new('IDLgrClipboard')
IDL> myClipboard->Draw, myView, filename = 'gah.eps', vector = 1,
postscript = 1

This way you will have a nearly real vector postscript. I say "nearly"
because text will not be in postscript font : each charachter is drawn
using small triangles.

As discussed a week (or two) ago, if you have graphic atoms that
overlapp but are at a same graphic object Z value the result can be (is
?) different between a vector postscript output and a IDLgrWindow
rendering.

Later.

Nicolas.

--
T�l. : 00 (33) 5 62 88 11 16
Fax : 00 (33) 5 62 88 11 12
Nicolas.Decoster@Noveltis.fr

Noveltis
Parc Technologique du Canal
2, avenue de l'Europe
31520 Ramonville Saint Agne - France
[Message index]
 
Read Message
Read Message
Previous Topic: Re: ATAN function with two ARGS
Next Topic: ATAN function with two ARGS

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

Current Time: Sat Oct 11 16:27:08 PDT 2025

Total time taken to generate the page: 1.35768 seconds