Skip to content

uo276514/sprite-sheet-decomposer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprite-Sheet-Decomposer

A simple way to cut sprites out of an image

It is a PHP library to help you cut sprite sheet animation pictures into piece. Sprite sheet is a png file which containers a set of frame to describe an animation. This tool will help you to cut the whole sprite sheet png into separate frame images. For more information, you can check the following demos.

Specifications

In order to obtain your sprites, you have to indicate the width and height of each sprite.

Warning : PNG and JPEG are the only supported formats.

Owner's Demo Site

You can test the original version here.

How to test the updated version ?

There is currently no online site to test the updated version. Therefore, to do so, you will have to download the project and run it using Wamp for example.

About

Cut sprite sheet animation pictures into piece.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.5%
  • HTML 34.5%