public interface ImageEncoder
ImageEncoders.newInstance(java.lang.String)
,
ImageEncoders.setEncoderClass(java.lang.String, java.lang.Class)
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(java.awt.image.RenderedImage image)
Encodes an AWT image into a byte array in a particular format.
|
float |
getQuality()
Return the quality of the image encoding.
|
boolean |
isEncodingAlpha()
Returns whether to encode the alpha transparency.
|
void |
setEncodingAlpha(boolean encodeAlpha)
Sets whether to encode the alpha transparency.
|
void |
setQuality(float quality)
Sets the quality of the image encoding.
|
byte[] encode(java.awt.image.RenderedImage image) throws java.io.IOException
java.io.IOException
float getQuality()
void setQuality(float quality)
boolean isEncodingAlpha()
void setEncodingAlpha(boolean encodeAlpha)
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.