de.lmu.ifi.dbs.elki.data.images
Class ImageUtil
java.lang.Object
de.lmu.ifi.dbs.elki.data.images.ImageUtil
public final class ImageUtil
- extends Object
Class with generic image handling utility functions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtil
public ImageUtil()
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