package mm

  1. Overview
  2. Docs
The mm library contains high-level to create and manipulate multimedia streams (audio, video, MIDI)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.8.2.tar.gz
md5=409c77363e3b351239cbf54190c8582a
sha512=ada58637e258c9af2618596cbfca591cbb9d46ea566f16b99909156f033cbec54cc1633bc71ae5ac1481aab1b4b8037f18060af604481bd8b52be52d80b7ca47

doc/mm.image/Mm_image/ImageGeneric/Pixel/index.html

Module ImageGeneric.PixelSource

Sourcetype rgb_format =
  1. | RGB24
  2. | BGR24
  3. | RGB32
  4. | BGR32
  5. | RGBA32
Sourcetype yuv_format =
  1. | YUV422
  2. | YUV444
  3. | YUV411
  4. | YUV410
  5. | YUVJ420
  6. | YUVJ422
  7. | YUVJ444
Sourcetype format =
  1. | RGB of rgb_format
  2. | YUV of yuv_format
Sourceval size : format -> int
Sourceval string_of_format : format -> string
OCaml

Innovation. Community. Security.