You can search for identifiers within the package.
in-package search v0.2.0
bimage
Bimage.Filter
Filter contains functions that can be used to execute expressions
Filter
type ('a, 'b, 'c) t = output:('a, 'b, 'c) Image.t -> Input.t -> unit
val join : Expr.pixel Expr.t list -> ('a, 'b, 'c) t
val v : ?x:int ref -> ?y:int ref -> Expr.pixel Expr.t -> ('a, 'b, 'c) t
val run : output:('a, 'b, 'c) Image.t -> Input.t -> ('a, 'b, 'c) t -> ('a, 'b, 'c) Image.t
val run_expr : output:('a, 'b, 'c) Image.t -> Input.t -> Expr.pixel Expr.t -> ('a, 'b, 'c) Image.t
val eval : ('a, 'b, 'c) t -> ('a, 'b) Type.t -> 'c Color.t -> ?width:int -> ?height:int -> Input.t -> ('a, 'b, 'c) Image.t
val eval_expr : Expr.pixel Expr.t -> ('a, 'b) Type.t -> 'c Color.t -> ?width:int -> ?height:int -> Input.t -> ('a, 'b, 'c) Image.t