Skip to content

saharNooby/qoi-java-awt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qoi-java-awt

This is ImageIO support library for qoi-java that allows working with QOI images as BufferedImages.

How to Use

Add as a dependency

This library is available in Maven Central.

Maven

<dependency>
    <groupId>me.saharnooby</groupId>
    <artifactId>qoi-java-awt</artifactId>
    <version>1.2.1</version>
</dependency>

Gradle

dependencies {
	implementation 'me.saharnooby:qoi-java-awt:1.2.1'
}

Other build systems

You can download prebuilt JARs from GitHub releases or build them yourself.

Usage

Documentation is in the main repository.

Building

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

About

BufferedImage support library for qoi-java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages