we are developing an image viewer in java for satellite images.we have got raw data in a file which we have stored in the form of 2d array(values between 0-255 int).now we have to convert to an image for further processing.
we have struck up here.we dont know to proceed further.
pls help with some code/concept to procced.