Module Image

module Image: sig .. end

Operations on images.


module Data: sig .. end
module Pixel: sig .. end
module Draw: sig .. end
module RGB8: sig .. end

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

module BGRA: sig .. end
module RGBA32: sig .. end

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

module YUV420: sig .. end

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

module Generic: sig .. end

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