Module Genimage

module MakeRawImage : functor (E : Image_intf.ENCODE) -> Image_intf.RAWIMAGE with type elt = E.t

Low level image creator

module Make : functor (RI : Image_intf.RAWIMAGE) -> functor (CON : Image_intf.CONTAINER with type rawimage = RI.t) -> Image_intf.IMAGE with type t = CON.container and type elt = RI.elt
module MakeIndexed : functor (RI : Image_intf.RAWIMAGE with type elt = int) -> functor (CON : Image_intf.CONTAINER_INDEXED with type rawimage = RI.t) -> Image_intf.IMAGEINDEXED with type t = CON.container and type elt = int and type mapelt = CON.mapelt