Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kettek/apngr
APNG multitool written in Go
https://github.com/kettek/apngr
apng apng-animation apng-image converter go golang golang-application
Last synced: 19 days ago
JSON representation
APNG multitool written in Go
- Host: GitHub
- URL: https://github.com/kettek/apngr
- Owner: kettek
- License: gpl-3.0
- Created: 2018-11-06T06:12:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T04:23:08.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T15:49:13.889Z (7 months ago)
- Topics: apng, apng-animation, apng-image, converter, go, golang, golang-application
- Language: Go
- Size: 36.1 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# apngr - simple APNG multitool
apngr provides the ability to:* Combine multiple PNGs into a single APNG via `animate`
* Extract frames from an APNG via `extract`
* Query frame data from an APNG via `query`
* Convert a GIF into an APNG via `convert`It primarily exists as a means for testing [kettek/apng](https://github.com/kettek/apng) and has not been used for much beyond ensuring apng's functionality.
## Notes
It currently lacks support for converting disparate PNG images -- whether in size or image format -- however this will be addressed in the future either directly in the *kettek/apng* package or in this utility.