Bitmap.Block
type t = {
width : int;
height : int;
x : int;
y : int;
dump : bytes;
}
The type for internal partition of image