NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Ugo, > does any one know how I get the dimension of a Gif/Jpg image, i.e. width > and height (preferably using VisAD GifAdapter)? This should work: GIFForm gif_form = new GIFForm(); FlatField image = (FlatField) gif_form.open(fileName); Linear2DSet set = image.getDomainSet(); int width = set.getLength(0); int height = set.getLength(1); Cheers, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hibbard@xxxxxxxxxxxxxxxxx 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html
visad
archives: