Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 370 Bytes

apng2sprite

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:

  1. Go
  2. kettek/apng (go get github.com/kettek/apng)