imagelibversion

The imagelib library implements image formats such as PNG and PPM

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).

AuthorRodolphe Lepigre <rodolphe.lepigre@inria.fr>
LicenseLGPL-3.0-only
Published
Homepagehttp://lepigre.fr
Issue TrackerRodolphe Lepigre <rodolphe.lepigre@inria.fr>
MaintainerRodolphe Lepigre <rodolphe.lepigre@inria.fr>
Dependencies
Source [http] https://github.com/rlepigre/ocaml-imagelib/archive/ocaml-imagelib_20180522.tar.gz
md5=d5cf13df81f189c1f7cddaebfe524d73
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/imagelib/imagelib.20180522/opam
Required by
Optionally used by