Module ImageBase.Gray8

type t = {
  1. data : Data.t;
  2. width : int;
}
val make : int -> Data.t -> t
val create : int -> int -> t
module Motion : sig ... end