Re: IDL Graphics Devices ? [message #17119] |
Fri, 10 September 1999 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Andreas Rau (rauand@my-deja.com) writes:
> I'd like to insert some IDL(v5.1) SURFACE-, SHADE_SURF-plots in a
> publication. The pictures of the PLOT procedure I grab using the PCL
> graphic output, but this doesn't if there are different grey-levels(p.e.
> 8 bit).
> So I wonder if there is an elegant way to gain pictures in current
> picture formats(bmp, gif,...) of the IDL SURFACE-, SHADE_SURF-plots,
> avoiding PS-format or screenshots ?
You could stick them into my XWINDOW program. Then you have
a resizeable graphics windows and automatic output to JPEG,
GIF, TIFF, and PostScript files.
XWindow, 'Shade_Surf', Dist(40), /Output, /XColors
You can find the XWINDOW program here:
http://www.dfanning.com/programs/xwindow.pro
To take full advantage of the program you will need
these other programs as well:
http://www.dfanning.com/programs/pswindow.pro
http://www.dfanning.com/programs/ps_form.pro
http://www.dfanning.com/programs/xcolors.pro
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|