I cut into pieces pic using this:
int width = image.getWidth(); int height = image.getHeight(); int c = 4; int r = 4; int pWidth = width/c; int pHeight = height/r