Skip to content

A python script to easily split a spritesheet into a bunch of individual files of a set size

License

Notifications You must be signed in to change notification settings

emcassi/sprite-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

sprite-splitter

A python script to easily split a spritesheet into a bunch of individual files of a set size

Before Use:

  • set filename variable to the path of your image
  • set the tile width and height variables to the size of your desired sprites
    filename = "YOUR_IMAGE_PATH"
    
    tile_width = 16 
    tile_height = 16

About

A python script to easily split a spritesheet into a bunch of individual files of a set size

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages