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