fr.imag.adele.util.image
Class ImageUtil
java.lang.Object
fr.imag.adele.util.image.ImageUtil
- public class ImageUtil
- extends Object
- Author:
- donsez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageUtil
public ImageUtil()
saveImage
public static void saveImage(Image img,
String filename)
throws IOException
- Throws:
IOException
writeImage
public static void writeImage(Image img,
OutputStream os,
int width,
int height)
throws com.sun.image.codec.jpeg.ImageFormatException,
IOException
- Throws:
com.sun.image.codec.jpeg.ImageFormatException
IOException
writeImage
public static void writeImage(Image img,
OutputStream os,
float scale)
throws com.sun.image.codec.jpeg.ImageFormatException,
IOException
- Throws:
com.sun.image.codec.jpeg.ImageFormatException
IOException
writeImage
public static void writeImage(Image img,
OutputStream os,
int maxDim)
throws com.sun.image.codec.jpeg.ImageFormatException,
IOException
- Throws:
com.sun.image.codec.jpeg.ImageFormatException
IOException
writeImage
public static void writeImage(Image img,
OutputStream os)
throws com.sun.image.codec.jpeg.ImageFormatException,
IOException
- Throws:
com.sun.image.codec.jpeg.ImageFormatException
IOException
dumpImage
public static byte[] dumpImage(Image img)
throws com.sun.image.codec.jpeg.ImageFormatException,
IOException
- Throws:
com.sun.image.codec.jpeg.ImageFormatException
IOException