package camlimages

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bitmap.Block

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

The type for internal partition of image

OCaml

Innovation. Community. Security.