Genimage
module MakeRawImage
(E : Image_intf.ENCODE) :
Image_intf.RAWIMAGE with type elt = E.t
Low level image creator
module Make
(RI : Image_intf.RAWIMAGE)
(CON : Image_intf.CONTAINER with type rawimage = RI.t) :
Image_intf.IMAGE with type t = CON.container and type elt = RI.elt
module MakeIndexed
(RI : Image_intf.RAWIMAGE with type elt = int)
(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