Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hello, A note for the archives. The following works with jdk1.4: import javax.imageio.*; ... FileOutputStream fos = new FileOutputStream(file); ImageIO.write(display.getImage(),"JPG",fos); fos.flush(); fos.close(); if you swap "JPG" for "PNG" the img is saved as such. Cheers, Ugo
visad
archives: