https://github.com/jeffshee/apng2gifandroid
A tiny lib to provide simple apng2gif functionality to Android platform
https://github.com/jeffshee/apng2gifandroid
android apng gif
Last synced: 27 days ago
JSON representation
A tiny lib to provide simple apng2gif functionality to Android platform
- Host: GitHub
- URL: https://github.com/jeffshee/apng2gifandroid
- Owner: jeffshee
- License: apache-2.0
- Created: 2018-10-27T09:04:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T03:45:04.000Z (over 7 years ago)
- Last Synced: 2025-12-03T13:29:56.921Z (6 months ago)
- Topics: android, apng, gif
- Language: Java
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apng2Gif Android
[  ](https://bintray.com/jeffshee/maven/io.github.jeffshee.apng2gif/1.2/link)
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](https://github.com/jeffshee/Apng2GifAndroid-demo)
### License
Please refer to LICENSE file