module Image:sig
..end
Operations on images. Mostly only the RGBA32 format is supported for now.
module RGB8:sig
..end
Operations on images stored in RGB8 format, ie RGB channels, one byte each.
module YUV420:sig
..end
Operations on images stored in YUV420 format, ie one luma (Y) and two chrominance (U and V) channels.
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 Generic:sig
..end
Operations on images in generic formats (many formats are supported).