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