public class PNGImageSaver extends Object implements ImageSaver
Constructor and Description |
---|
PNGImageSaver() |
public void save(BufferedImage image, String fileName) throws IOException
save
in interface ImageSaver
image
- an image to be saved.fileName
- a file to load image from.IOException