package bimage-unix

  1. Overview
  2. Docs

Parameters

Signature

include Bimage.FILTER with type 'a io = 'a
type !'a0 io = 'a
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
OCaml

Innovation. Community. Security.