All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ojil.core.ImageIo Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
package com.github.ojil.core;

import java.io.IOException;

public interface ImageIo {
    public void writeFile(Image image, int quality, String path) throws IOException;
    public Image readFile(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy