A program to "unstitch" texture atlases. Can be used to seperate image files from games such as RPGMaker or Minecraft into seperate image files.
-
Simple GUI with complemtary options for both previewing and exporting of images.
-
Support to export Minecraft 'terrain.png' atlas files to seperated image files.
I made a program exactly like this before, Texture Unstitcher, which was a good learning experience, but in terms of functionaility, performance, and code cleanliness, it sucked and I wanted to see how I can implement the features again, but with the goals of making both the program easier to use, and the code being cleaner and commented.
Licensed under the MIT License. More details can be found in the 'LICENSE' file in this repository.