org.apache.cocoon.util
Class ImageUtils
java.lang.Object
org.apache.cocoon.util.ImageUtils
public final class ImageUtils
- extends Object
- Version:
- CVS $Id: ImageUtils.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Torsten Curdt, Donald A. Ball Jr.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtils
public ImageUtils()
getImageProperties
public static final ImageProperties getImageProperties(File file)
throws FileNotFoundException,
IOException,
FileFormatException
- Throws:
FileNotFoundException
IOException
FileFormatException
getJpegProperties
public static final ImageProperties getJpegProperties(File file)
throws FileNotFoundException,
IOException,
FileFormatException
- Throws:
FileNotFoundException
IOException
FileFormatException
getGifProperties
public static final ImageProperties getGifProperties(File file)
throws FileNotFoundException,
IOException,
FileFormatException
- Throws:
FileNotFoundException
IOException
FileFormatException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.