Skip to content

jeffshee/Apng2GifAndroid

Repository files navigation

Apng2Gif Android

JCenter
A tiny lib to provide simple apng2gif functionality to Android platform

Getting Started

  1. Setting up the dependency
    implementation 'io.github.jeffshee.apng2gif:apng2gif:1.2'
    
  2. Usage
    File input, output;
    // Initialize your input(apng) and output(gif)
    // ...
    
    Apng2Gif apng2Gif = new Apng2Gif();
    apng2Gif.start(input, output);
    

Sample

https://github.com/jeffshee/Apng2GifAndroid-demo

License

Please refer to LICENSE file

About

A tiny lib to provide simple apng2gif functionality to Android platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages