Did you ever feel the need to split a big image into a bunch of equally sized slices? Well, I do sometimes, so I decided to make a permanent solution to the problem. I prestent to you: ImageSplitter.app
ImageSplitter a very simple Cocoa application that does one thing. Can you guess it? Correct, it splits images :)
I needed a simple way to split large background images into smaller chunks for an iPhone game that I’m currently working on. Im sure there are a lot of apps out there that could do this for me, but none that I could find that did only that, and in the specific way that I needed.
Well, now there is!

Simply drag the image onto the image well, set the slice size and format, and hit Split. The image will split up into a series of files named mySplittedImage_0.png, mySplittedImage_1.png etc.
Happy splitting!
Tags: Cocoa, ImageSplitter, iPhone, Mac, OSX