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

Home » Public Forums » archive » Object graphics and real postscript
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 and real postscript [message #19592 is a reply to message #19437] Sat, 01 April 2000 00:00 Go to previous messageGo to previous message
Randall Frank is currently offline  Randall Frank
Messages: 17
Registered: October 1999
Junior Member
Ok,
Prior to IDL 5.3, all methods for generating Postscript
with Object Graphics actually generate a Postscript file
containing a bitmap of the scene being drawn. That bitmap
can be at very high resolution and will match the screen
representation bit for bit (all OG features are supported).

In IDL 5.3, support for true vector output was
added to Obejct Graphics. There are two forms:

IDLgrPrinter::Draw,/VECTOR

If /VECTOR is specified, the output sent to the
printer will be vectors, in the natural format for the
host platform (e.g. could be PostScript, could be PICT...).

IDLgrClipboard::Draw,FILENAME=f,/POSTSCRIPT,/VECTOR

The new keywords allow one to write an image
representation directly to a file or the system clipboard
as a bitmap or in vector form. By default, the file would
be the host platform native vector form (e.g. PostScript,
EMF, or PICT). If the POSTSCRIPT keyword is set, a
PostScript file will be generated (on all platforms).
I believe the Postscript generated by this object
is EPS.

See the section: "New Vector Output of Object Graphics"
In the 5.3 "What's new..."

Note: I am not sure all object graphics features are
supported in vector graphics output (e.g. translucent
textured polygons), but I may be mistaken.

Mark Hadfield wrote:
>
> "David Fanning" <davidf@dfanning.com> wrote in message
> news:MPG.1349819a77d14acc989aac@news.frii.com...
>>
>> And, unless I am mistaken, the clipboard object also does
>> not support encapsulated PostScript, but rather just PostScript
>> if the PostScript keyword is set on the Draw method.
>
> I think you ARE mistaken, David. The output from the IDLgrClipboard object
> certainly looks likes EPS to me.
>
> ---
> Mark Hadfield
> m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield/
> National Institute for Water and Atmospheric Research
> PO Box 14-901, Wellington, New Zealand

--
rjf.
Randy Frank | ASCI Visualization
Lawrence Livermore National Laboratory | rjfrank@llnl.gov
B451 Room 2039 L-561 | Voice: (925) 423-9399
Livermore, CA 94550 | Fax: (925) 423-8704
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL, COM/ActiveX, and Python
Next Topic: Breakdown of IDL 5.3 license manager after Update Inux

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

Current Time: Thu Oct 09 22:29:16 PDT 2025

Total time taken to generate the page: 0.32299 seconds