Image.Bitmap
Operation on bitmaps, which are black and white images.
type t
A bitmap.
type bitmap = t
val create : int -> int -> t
val width : t -> int
val height : t -> int
val get_pixel : t -> int -> int -> bool
val set_pixel : t -> int -> int -> bool -> unit
val scale : t -> t -> unit
module Font : sig ... end
Operations on bitmap fonts.