module type CONTAINER =sig
..end
type
container
type
rawimage
val rawimage : container -> rawimage
val create_default : int -> int -> rawimage -> container
val create_duplicate : container ->
int -> int -> rawimage -> container