This is ImageIO
support library for qoi-java that allows working with QOI images as BufferedImage
s.
This library is available in Maven Central.
<dependency>
<groupId>me.saharnooby</groupId>
<artifactId>qoi-java-awt</artifactId>
<version>1.2.1</version>
</dependency>
dependencies {
implementation 'me.saharnooby:qoi-java-awt:1.2.1'
}
You can download prebuilt JARs from GitHub releases or build them yourself.
Documentation is in the main repository.
You will need Git, Maven and JDK 8 or higher.
git clone https://github.com/saharNooby/qoi-java-awt.git
cd qoi-java-awt
mvn clean install