Java > Image IO > How to get image width and height
How to get image width and height
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 and height.