shatterize 0.1

This is a image exploder based on SDL, SDL_image, libpng, and SDL png-saving
code by Philip D Bober.  It can read many different image
formats and explode them into multiple PNG files.  Supported input types are
anything your installation of SDL_image supports.  Commandline syntax is:

	shatterize [-flag] [-flag] file1 [file2] [file3] [...]

Currently supported flags:
	-w horizontal_tiles:	How many tiles horizontally to divide 
				the image into
	-h vertical_tiles:	How many tiles vertically to divide the 
				image into
	-l percent:		How much overlap should there be between 
				the tiles

-Tyler Montbriand, tsm@accesscomm.ca
