module Encode: Image_intf.ENCODE
Image_intf.ENCODE
type t
val bytes_per_pixel : int
int
val get : bytes -> int -> t
bytes -> int -> t
val set : bytes -> int -> t -> unit
bytes -> int -> t -> unit
val make : t -> bytes
t -> bytes