i am getting grayscale value 0 to 255 .which is 8 bits grayscale image .

int imgwidth = image.getWidth();
int imgheight = image.getHeight();
int...