项目作者: jeffshee

项目描述 :
A tiny lib to provide simple apng2gif functionality to Android platform
高级语言: Java
项目地址: git://github.com/jeffshee/Apng2GifAndroid.git
创建时间: 2018-10-27T09:04:46Z
项目社区:https://github.com/jeffshee/Apng2GifAndroid

开源协议:Apache License 2.0

下载


Apng2Gif Android

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

Getting Started

  1. Setting up the dependency
    1. implementation 'io.github.jeffshee.apng2gif:apng2gif:1.2'
  2. Usage

    1. File input, output;
    2. // Initialize your input(apng) and output(gif)
    3. // ...
    4. Apng2Gif apng2Gif = new Apng2Gif();
    5. apng2Gif.start(input, output);

Sample

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

License

Please refer to LICENSE file