package camlimages

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

Module OImagesSource

Class interface for Images

Sourceexception Non_supported_method
Sourceexception Wrong_image_class
Sourcetype image_class =
  1. | ClassRgb24
  2. | ClassIndex8
  3. | ClassIndex16
  4. | ClassRgba32
  5. | ClassCmyk32
Sourceclass type imgsize = object ... end
Sourceclass type 'a map = object ... end
Sourceclass type oimage = object ... end
Sourceclass type rgba32_class = object ... end
Sourceclass type rgb24_class = object ... end
Sourceclass rgba32 : int -> int -> rgba32_class
Sourceclass rgba32_with : int -> int -> Info.info list -> bytes -> rgba32_class
Sourceclass rgb24 : int -> int -> rgb24_class
Sourceclass rgb24_filled : int -> int -> Color.rgb -> rgb24_class
Sourceclass rgb24_with : int -> int -> Info.info list -> bytes -> rgb24_class
Sourceclass type index8_class = object ... end
Sourceclass index8 : int -> int -> index8_class
Sourceclass index8_filled : int -> int -> int -> index8_class
Sourceclass index8_with : int -> int -> Info.info list -> Color.rgb Color.map -> int -> bytes -> index8_class
Sourceclass type index16_class = object ... end
Sourceclass index16 : int -> int -> index16_class
Sourceclass index16_filled : int -> int -> int -> index16_class
Sourceclass index16_with : int -> int -> Info.info list -> Color.rgb Color.map -> int -> bytes -> index16_class
Sourceclass type cmyk32_class = object ... end
Sourceclass cmyk32 : int -> int -> cmyk32_class
Sourceclass cmyk32_with : int -> int -> Info.info list -> bytes -> cmyk32_class
Sourceval rgb24 : oimage -> rgb24_class
Sourceval index8 : oimage -> index8_class
Sourceval index16 : oimage -> index16_class
Sourceval rgba32 : oimage -> rgba32_class
Sourceval cmyk32 : oimage -> cmyk32_class
Sourcetype tagged =
  1. | Rgb24 of rgb24_class
  2. | Index8 of index8_class
  3. | Index16 of index16_class
  4. | Rgba32 of rgba32_class
  5. | Cmyk32 of cmyk32_class
Sourceval tag : oimage -> tagged
Sourceval make : Images.t -> oimage
Sourceval load : string -> Images.load_option list -> oimage
Sourceval sub : oimage -> int -> int -> int -> int -> oimage
OCaml

Innovation. Community. Security.