package camlimages

  1. Overview
  2. Docs
type colormodel =
  1. | Gray
  2. | RGB
  3. | Index
  4. | GrayA
  5. | RGBA
  6. | YCbCr
  7. | CMYK
type info =
  1. | Info_DPI of float
  2. | Info_BigEndian
  3. | Info_LittleEndian
  4. | Info_ColorModel of colormodel
  5. | Info_Depth of int
  6. | Info_Corrupted