Simple utility that converts apng (aka animated png files) to (horizontal) sprite sheets. Useful for Unity and probably other things.
./apng2sprite -i myAnimatedPng.png -o mySpriteSheet.png
If you're building from source, requires:
- Go
- kettek/apng (
go get github.com/kettek/apng
)