looking for a spritesheet splitter

Started by
0 comments, last by Captain P 14 years, 2 months ago
hi I have created a large image, 1280x1280 and I want to use it with a tile engine that I have so the image simply needs to be broken up into 64x64 squares. Anyone have or know of where to get a simple tool that can take in my image and get it done? outputting the coordinates along with this process is a bonus :) ricky
Advertisement
It seems someone on this forum recently made a tool to do exactly that: tile ripper utility.

Either way, these kind of tools are often easy to build with a scripting language and an image library. I've written a bunch of utility scripts like this using Python and PIL (some using Pygame), they're typically pretty small and don't take that much time to write. :)
Create-ivity - a game development blog Mouseover for more information.

This topic is closed to new replies.

Advertisement