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?