package bimage-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a io = 'a Lwt.t
type ('a, 'b, 'c) t = output:('a, 'b, 'c) Bimage.Image.t -> Bimage.Input.t -> unit io
val join : Bimage.Expr.pixel Bimage.Expr.t list -> ('a, 'b, 'c) t
val v : ?x:int Stdlib.ref -> ?y:int Stdlib.ref -> Bimage.Expr.pixel Bimage.Expr.t -> ('a, 'b, 'c) t
val run : output:('a, 'b, 'c) Bimage.Image.t -> Bimage.Input.t -> ('a, 'b, 'c) t -> ('a, 'b, 'c) Bimage.Image.t
val run_expr : output:('a, 'b, 'c) Bimage.Image.t -> Bimage.Input.t -> Bimage.Expr.pixel Bimage.Expr.t -> ('a, 'b, 'c) Bimage.Image.t
val eval : ('a, 'b, 'c) t -> ('a, 'b) Bimage.Type.t -> 'c Bimage.Color.t -> ?width:int -> ?height:int -> Bimage.Input.t -> ('a, 'b, 'c) Bimage.Image.t
val eval_expr : Bimage.Expr.pixel Bimage.Expr.t -> ('a, 'b) Bimage.Type.t -> 'c Bimage.Color.t -> ?width:int -> ?height:int -> Bimage.Input.t -> ('a, 'b, 'c) Bimage.Image.t