public interface ImageSaver
| Modifier and Type | Method and Description |
|---|---|
void |
save(BufferedImage image,
String fileName)
Should save image into file.
|
void save(BufferedImage image, String fileName) throws IOException
image - an image to be saved.fileName - a file to load image from.IOException