1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camlimages
-
camlimages
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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