Module type Image_intf.CONTAINER

module type CONTAINER = sig .. end
low image container module type

type container 
type rawimage 
val rawimage : container -> rawimage
val create_default : int -> int -> rawimage -> container
val create_duplicate : container ->
int -> int -> rawimage -> container