package camlimages

  1. Overview
  2. Docs
Image processing library

Install

Dune Dependency

Authors

Maintainers

Sources

camlimages-5.0.0.tar.gz
sha256=7e46c7774f2f12b42feefdec8b0f43add2523d24432e1b333160d63330ab4dd2
md5=521b7dbafd64afcca31dd3a908a5db31

doc/camlimages.core/Info/index.html

Module Info

type colormodel =
  1. | Gray
  2. | RGB
  3. | Index
  4. | GrayA
  5. | RGBA
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
OCaml

Innovation. Community. Security.