package mm

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

Module Mm.ImageSource

Operations on images.

Sourceexception Invalid_position

Trying to access a pixel outside the boundaries of the image.

Sourceexception Invalid_dimensions

The image does not have the expected dimensions.

Sourcemodule Data : sig ... end
Sourcemodule Pixel : sig ... end
Sourcemodule Point : sig ... end
Sourcemodule Fraction : sig ... end
Sourcemodule Draw : sig ... end
Sourcemodule Bitmap : sig ... end

Operation on bitmaps, which are black and white images.

Sourcemodule RGB8 : sig ... end

Operations on images stored in RGB8 format, ie RGB channels, one byte each.

Sourcemodule ARGB8 : sig ... end
Sourcemodule BGRA : sig ... end
Sourcemodule RGBA32 : sig ... end

Operations on images stored in RGBA32 format (ie RGB channels + an alpha channel, one byte for each).

Sourcemodule YUV420 : sig ... end

Operations on images stored in YUV420 format, ie one luma (Y) and two chrominance (U and V) channels.

Sourcemodule Generic : sig ... end

Operations on images in generic formats (many formats are supported).

Sourcemodule type CanvasImage = sig ... end

Type of image module expected to build canvas.

Sourcemodule Canvas (I : CanvasImage) : sig ... end

Canvas of images, i.e. formal sums of images of various dimensions with various offsets.

Sourcemodule CanvasYUV420 : sig ... end
OCaml

Innovation. Community. Security.