sprite-sheet-decomposer icon indicating copy to clipboard operation
sprite-sheet-decomposer copied to clipboard

Cut sprite sheet animation pictures into piece.

trafficstars

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.