Fork of JanGross/SpriteSheetGenerator
Combines multiple images into one.
- 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)
python3 createSpriteSheet.py <source_folder> <resized_width> <resized_height>