Hi everyone,
I have a
java Image object. (its a bmp file with a resolution of 100x400) I want to split the image into 10 parts or 10 Image objects; with each image object having a resolution of 100x40.
How do I achieve this??
Anyhelp would be welcome