Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

RE: Creating a gif file from a visad display

If you don't need it to be a gif, I have succesfully used code like this
to generate a png image.  You may be able to substitute in "gif" for
"png", but I remember it causing some problem.


BufferedImage image = display.getImage(true);
java.io.File file = new java.io.File("filename");
javax.imageio.ImageIO.write(image, "png", file);


HTH,
Ben


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690