module Genimage:sig..end
module MakeRawImage:
module Make:functor (RI:Image_intf.RAWIMAGE) ->functor (CON:CONTAINERwith type rawimage = RI.t) ->IMAGEwith type t = CON.container and type elt = RI.elt
module MakeIndexed:functor (RI:RAWIMAGEwith type elt = int) ->functor (CON:CONTAINER_INDEXEDwith type rawimage = RI.t) ->IMAGEINDEXEDwith type t = CON.container and type elt = int and type mapelt = CON.mapelt