Skip to content

A patched version of JDK's ImageIO PNG Plug-in, with APNG support.

License

Notifications You must be signed in to change notification settings

Tianscar/imageio-apng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.