Let's say I have an image 480x360px in size and want to slice it into 9 equal size 160x120px sections. Is there an easy route to do this with convert and some simple math or an I going to write a simple script to do this in 9 passes? -Bob