Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.data.images
Class ImageUtil

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.images.ImageUtil

public final class ImageUtil
extends Object

Class with generic image handling utility functions.

Author:
Erich Schubert

Constructor Summary
ImageUtil()
           
 
Method Summary
static BufferedImage loadImage(File file)
          Load an image from a file using ImageIO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageUtil

public ImageUtil()
Method Detail

loadImage

public static BufferedImage loadImage(File file)
                               throws IOException
Load an image from a file using ImageIO.

Parameters:
file - File name
Returns:
Image
Throws:
IOException - thrown on IO errors

Release 0.3 (2010-03-31_1612)