Skip to content

rafalguzik/SpriteSheetGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Fork of JanGross/SpriteSheetGenerator

Spitesheet Generator

Combines multiple images into one.

Additional functionality added upon the fork

  • Added ability to define folder the source images should be taken from (parameter source_folder)
  • Added ability to resize source images on output image (parameters resized_width and resized_height)
  • Added ability to crop source images (parameter crop)

How to use:

python3 createSpriteSheet.py <source_folder> <resized_width> <resized_height>

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%