Good day,
Anybody knows of a good java library for retrieving mime type and dimension of a jpeg, gif, and png image file in java?
I tried javax.imageio.ImageIO but it seems that there are some image files that it can’t handle (i.e. images created with adobe photoshop).
Thanks,
Franz
You could try Apache Sanselan for the dimension and Droid for the identification.