com.tianscar.imageio:imageio-apng

Java ImageIO APNG Plug-in


Keywords
animated-png, apng, java, java-imageio, png
Licenses
GPL-3.0/libpng-2.0/GPL-2.0-with-classpath-exception

Documentation

Java ImageIO APNG Plug-in

A patched version of JDK's ImageIO PNG Plug-in, can read and write normal PNG and APNG.
This library also includes the performance enhancement patch of JDK9's PNG Plug-in, and can be used on Java 8.

Add the library to your project (gradle)

  1. Add the Maven Central repository (if not exist) to your build file:
repositories {
    ...
    mavenCentral()
}
  1. Add the dependency:
dependencies {
    ...
    implementation 'com.tianscar.imageio:imageio-apng:1.0.1'
}

Usage

Examples

License

GPLv2+CE (c) Tianscar
images for test originally created by Daniel Calan, authorized me to use. 2023 (c) Daniel Calan, all rights reserved.