Skip to content

nickhs/sprite2gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sprite to Gifs

Convert sprites to gifs using ImageMagick and this handy python script.

Install

  1. Download Script

  2. Install ImageMagick on your machine

    On OSX:

     brew install imagemagick
    

    On Ubuntu/Debian:

     sudo apt-get install imagemagick
    

Example

python sprite2gif.py example/sprite.png
# Output now in example/sprite.gif

Use

You can specify the output file and the dimensions of the sprites if necessary:

python sprite2gif.py infile outfile dimensions

Dimension must be two integers seperated by an x. Such as 2x2 or 1x5.

About

Convert sprites to gifs using imagemagick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages