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