Module type Image_intf.ENCODE

module type ENCODE = sig .. end

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