Module type Image_intf.ENCODE

module type ENCODE = sig .. end

type t 
val bytes_per_pixel : int
val get : bytes -> int -> t
val set : bytes -> int -> t -> unit
val make : t -> bytes