Starting offset of Bitmap image for row row (zero-based)
row
int imageRowOffset(int row) { // row: base 0 return 54 + ((height - row - 1) * _bytesPerRow); }