| Adding Devices to PV~Wave/IDL [message #2219] |
Tue, 21 June 1994 03:11  |
hevans[2]
Messages: 5 Registered: June 1994
|
Junior Member |
|
|
Is it at all possible to add a new device driver to the Wave/IDL systems?
The reason I ask, is that it would be nice to have a GIF plot type. Thus,
you can type SET_PLOT,"GIF" and the graphics output will go to a gif file.
--
Hugh Evans
European Space Research and Technology Centre - Noorwijk, Netherlands
Internet: hevans@wm.estec.esa.nl SPAN: ESTWM2::hevans
A man's womenfolk, whatever their outward show of respect for his merit and
authority, always regard him secretly as an ass, and with something akin to
pity. -- H.L. Mencken
|
|
|
|
| Re: Adding Devices to PV~Wave/IDL [message #2384 is a reply to message #2219] |
Thu, 23 June 1994 21:21  |
rivers
Messages: 228 Registered: March 1991
|
Senior Member |
|
|
In article <1994Jun21.101144@estwm0.wm.estec.esa.nl> hevans@wm.estec.esa.nl writes:
> Is it at all possible to add a new device driver to the Wave/IDL systems?
>
> The reason I ask, is that it would be nice to have a GIF plot type. Thus,
> you can type SET_PLOT,"GIF" and the graphics output will go to a gif file.
>
Yes, it is possible. I have written three device drivers for IDL
- Sixel (DEC's bit-mapped printer protocol)
- ITI (Imaging Technology frame grabber/frame buffer)
- DP (Polaroid's Digital Palette)
The source for all of these is included in the user_contrib tree in the
IDL distribution. Documentation on how to write device drivers is in the
IDL Internal Manual which is not included in the standard documentation,
but is available on request (as least it used to be).
--
Mark Rivers (312) 702-2279 (office)
CARS (312) 702-9951 (secretary)
Univ. of Chicago (312) 702-5454 (FAX)
5640 S. Ellis Ave.
|
|
|
|