BufferedImage img = ImageIO.read(new File("imageFilePath")); int height = img.getHeight(); int width = img.getWidth();