package mm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Image.BitmapSource

Operation on bitmaps, which are black and white images.

Sourcetype t

A bitmap.

Sourcetype bitmap = t
Sourceval create : int -> int -> t
Sourceval width : t -> int
Sourceval height : t -> int
Sourceval get_pixel : t -> int -> int -> bool
Sourceval set_pixel : t -> int -> int -> bool -> unit
Sourceval scale : t -> t -> unit
Sourcemodule Font : sig ... end

Operations on bitmap fonts.

OCaml

Innovation. Community. Security.