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 Maven Central repository (if not exist) to your build file:
repositories {
...
mavenCentral()
}
- Add the dependency:
dependencies {
...
implementation 'com.tianscar.imageio:imageio-apng:1.0.1'
}
GPLv2+CE (c) Tianscar
images for test originally created by Daniel Calan, authorized me to use. 2023 (c) Daniel Calan, all rights reserved.