module type CONTAINER_INDEXED =sig..end
type container
type rawimage
type mapelt
val rawimage : container ->
rawimage
val create_default : int ->
int ->
rawimage ->
container
val create_duplicate : container ->
int ->
int ->
rawimage ->
container
val colormap : container ->
mapelt Color.map