Title:				Image Splitter
Author:				Rich Whitehouse
Date:				August 31, 2004
Web Site:			http://www.telefragged.com/thefatal/
--------------------------------------------------------------------
This tool will split BMP files up into segments as per your own
specification. I wrote it to split a large 4096x4096 image into
smaller 512x512 segments (of course the program is not limited to
these dimensions). It will append _#### to the file name, so if you
were to do something like this:

imagesplitter mybigimage.bmp 256 256

If mybigimage.bmp was a 512x512 image, you'd go 4 output files, that
would be named:

mybigimage_0000.bmp
mybigimage_0001.bmp
mybigimage_0002.bmp
mybigimage_0003.bmp

So there you go. Enjoy.

-Rich
