package mm

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.8.6.tar.gz
md5=003b6e873fe6158dda4627bb674fb57b
sha512=c486e8eaa5dd25a2629c9486c4048ffa2cdeae9e56f73bc8d01a86413038dd3473ebd383abb06f08a2a24a78a335f22aede98ac92436e42a9c6eb1a856f92dab

doc/mm.video/Mm_video/Video/Canvas/Image/index.html

Module Canvas.ImageSource

Sourcetype t
Sourceval create : int -> int -> t
Sourceval make : ?width:??? -> ?height:??? -> ?x:??? -> ?y:??? -> Image.t -> t
Sourceval width : t -> int
Sourceval height : t -> int
Sourceval viewport : ?x:??? -> ?y:??? -> int -> int -> t -> t
Sourceval size : t -> int
Sourceval planes : t -> int
Sourceval add : t -> t -> t
Sourceval covering : t -> bool
Sourceval render : ?fresh:??? -> ?transparent:??? -> t -> Image.t
Sourceval rendered : ?transparent:??? -> t -> t
Sourceval map : (Image.t -> Image.t) -> t -> t
Sourceval iter : (Image.t -> unit) -> t -> t
Sourceval translate : int -> int -> t -> t
Sourceval bounding_box : t -> (int * int) * (int * int)
Sourceval scale : ?scaler:??? -> (int * int) -> (int * int) -> t -> t
Sourceval resize : ?proportional:??? -> ?scaler:??? -> int -> int -> t -> t
Sourcemodule Draw : sig ... end