z_buffer size [message #11968] |
Fri, 05 June 1998 00:00 |
DAMIANO ZILIO
Messages: 8 Registered: February 1997
|
Junior Member |
|
|
hello
I have to produce a lot of gif files with IDL.
At the moment I plot everything in a
X window (set_plot,'x') sized as I need
(window,0,retain=2,xsize=700,ysize=500) and
then I put the window in a bytearry (tmp=tvrd()), the gif file is then
created with:
write_gif,filename,tmp
All this is inside a big do loop with all the plots I need.
Now, I'd like to avoid the screen plot, setting z-buffer device but:
HOW I CAN DEFINE THE "XSIZE" AND "YSIZE" WITH THE Z-BUFFER?
the default sizes are too small for me!!! I need more resolution!!!
THANKS IN ADVANCE
Damiano
--
Damiano Zilio
Joint Research Centre of the Commission of
the European Communities
I-21020 Ispra (VA)
Environment Institute TP 321
my tel: +39-332-78 9520
my fax: +39-332-78 5466
my Email: damiano.zilio@jrc.it
|
|
|