Skip to content

Generate sprite sheets from animated gifs with a static background

Notifications You must be signed in to change notification settings

jonnycowboy/spritegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

spritegen

Generate sprite sheets from animated gifs with a static background using the Imagemagick tool.

##Inputs Uses two inputs files: one, animated.gif is the source animation. Second, bg.gif is the complete background (must be created in an editor first).

##Processing Uses Imagemagick to split the animated gif, subtract the "moving" parts from the background, resizes the moving part into a 64x64px sprite and appends each sprite into one single long spritesheet (with transparency).

##Output Generated indivual resized frames (.png format) and a single spritesheet.png file.

About

Generate sprite sheets from animated gifs with a static background

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages