Java > Image IO > How to get image width, height and format
How to get image width, height and format
Java Image IO provides pluggable architecture for accessing images transparently.
It is simple, flexible and allows us to plugin various image readers and writers with ease.
The following example shows how to get image width, height and format.