Package com.spun.util.images
Class ImageWriter
java.lang.Object
com.spun.util.images.ImageWriter
public class ImageWriter extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImageWriter.Encoding -
Constructor Summary
Constructors Constructor Description ImageWriter(BufferedImage image, OutputStream out, ImageWriter.Encoding type) -
Method Summary
Modifier and Type Method Description static intgetImageId()voidstart()static BufferedImagetoBufferedImage(Image image)static voidwriteImage(BufferedImage image, OutputStream out, ImageWriter.Encoding type)
-
Constructor Details
-
ImageWriter
-
-
Method Details
-
writeImage
-
toBufferedImage
-
start
public void start() -
getImageId
public static int getImageId()
-