package camlimages

  1. Overview
  2. Docs
type t = {
  1. width : int;
  2. height : int;
  3. x : int;
  4. y : int;
  5. dump : bytes;
}

The type for internal partition of image