So I have a byte array which I can covert to bitmap using the below function:
private Bitmap getBitMapFromByte(byte[] imageByte) { Bitmap bitmap = BitmapF