Po Ki Chui wrote:
> Hi all,
> 
> Is there a Java API to get the uploaded image dimension?

BufferedImage image = ImageIO.read(whatever);
image.getWidth();
image.getHeight();

Cheers
Philippe


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------

Reply via email to