We have a JSP which loads and displays random gif format images. The images vary in sizes. We want to determine height, width dimensions and make some adjustments in our <img width=xxx height=yyy... > html tag.
 
Is there a Java, or other, method to determine the size of an image (gif) file?
 
Phil

Reply via email to