Author Topic: Breaking up sprites into separate images?  (Read 5396 times)

I'm looking for a program, Photoshop script, etc. which can take a sprite sheet and break it into individual images. All it would need to do is take an input of width and height, then break up the image by that size various times.

The best program I found was this: http://renderhjs.net/shoebox/ However, this program has problems. It can either break up a sprite sheet into individual images by detecting transparent space between each sprite, or make a tile sheet by specifying the width and height, which ends up as a single image anyway (tile sheet part is for old games like original Mario for getting individual tiles). I'd rather be able to specify the size like the extract tiles and have it output the individual sprites like extract sprites. Any ideas, program suggestions, etc?
« Last Edit: April 10, 2013, 10:46:11 PM by MegaScientifical »

The site http://imagesplitter.net/ which was down earlier today started working again. However, I found a problem: The sprites I use have overlapping edges, I guess because they're similar, to optimize space. But the site doesn't give leeway for overlapping edges, so it trims with one edge missing. Any ideas?