About This File
This is a simple splitting application that allows you to split large images into several pieces. Good for turning tilesets into individual tiles, facesets into individual faces, etc.
Â
Example usage: I found a set of Face graphcis that I wanted to use in my game. But I am programming my engine to accept individual files. I start with these graphics.
Â
Open up the graphic splitter and select my source, destination folder and the number of horizontal/vertical splits.
Â
Hit the split button and my output looks like this - I'm good to go!
Â
Feel free to check out the GitHub Repo for the source of this application.
What's New in Version 2.0.0 See changelog
Released
Bug fixes, nothing major Â