Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Spec : sig ... end
module Input : sig ... end
module Output : sig ... end
val read :
('a, 'b) Bimage.Type.t ->
[< `Rgba | `Rgb | `Gray ] as 'c Bimage.Color.t ->
string ->
(('a, 'b, 'c) Bimage.Image.t, error) result
val write :
string ->
('a, 'b, [< `Rgba | `Rgb | `Gray ]) Bimage.Image.t ->
(unit, error) result