module Image_intf:Color to string encoder/decoder module typesig
..end
module type ENCODE =sig
..end
module type RAWIMAGE =sig
..end
module type CONTAINER =sig
..end
module type IMAGE =sig
..end
module type CONTAINER_INDEXED =sig
..end
module type IMAGEINDEXED =sig
..end