module type ENCODE = sig .. end
sig
end
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