I am reading a raw image from the network. This image has been read by an image sensor, not from a file.
These are the things I know about the image: ~ Height &a
Once I did something like this to decode the byte stream obtained from camera preview callback:
Bitmap.createBitmap(imageBytes, previewWidth, previewHeight, Bitmap.Config.ARGB_8888);
Give it a try.