package imagelib

  1. Overview
  2. Docs
The imagelib library implements image formats such as PNG and PPM

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-imagelib_20180522.tar.gz
md5=d5cf13df81f189c1f7cddaebfe524d73

Description

The imagelib library implements image formats such as PNG and PPM in OCaml, relying on only one external dependency: 'decompress'.

Supported image formats:

  • PNG (full implementation of RFC 2083),
  • PPM, PGM, PBM, ... (fully supported),
  • JPG (only image size natively, conversion to PNG otherwise),
  • GIF (only image size natively, conversion to PNG otherwise),
  • XCF (only image size natively, conversion to PNG otherwise),
  • Other formats rely on 'convert' (imagemagick).

As imagelib only requires 'decompress', it can be used together with js_of_ocaml to compile projects to Javascript. Note that some of the features of imagelib require the convert binary (and thus cannot be used from Javascript).

Published: 26 May 2018

Dependencies (4)

  1. decompress = "0.7"
  2. ocamlbuild build
  3. ocamlfind build
  4. ocaml >= "4.03.0" & < "5.0"

Dev Dependencies

None

Used by (2)

  1. patoline >= "0.2"
  2. torch < "0.2"

Conflicts

None