Philippe Marschall wrote: > 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();
It might even already be in the metadata of the node if you have one. Cheers Philippe ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
