Question

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

Was it helpful?

Solution

You could try Apache Sanselan for the dimension and Droid for the identification.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top