Skip to content

fholmqvist/go-spritepack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO-SPRITEPACK!

Example

A spritesheet packer, written in Go.

Checks for:

  • Identical sprites.
  • Identical sprites, but rotated.
  • Identical sprites, but flipped horizontally.
  • Identical sprites, but flipped vertically.

Example use.

$ go-spritepack -input=folder1/file.png -output=folder2/file_packed.png -spritesize=16

Supports:

  • PNG
  • JPEG
  • GIF

About

Spritepacker written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages