public interface IImageEncoder
| Modifier and Type | Method and Description |
|---|---|
EncodedImage |
encode(ImageWithDef image)
Encodes an image file.
|
EncodedImage encode(ImageWithDef image) throws java.io.IOException
java.io.IOException - If an I/O error occurs while writing the file.