module type CONTAINER =low image container module typesig..end
type container
type rawimage
val rawimage : container -> rawimageval create_default : int -> int -> rawimage -> containerval create_duplicate : container ->
int -> int -> rawimage -> container