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).
Author | Rodolphe Lepigre <rodolphe.lepigre@inria.fr> |
---|---|
License | LGPL-3.0-only |
Published | |
Homepage | http://lepigre.fr |
Issue Tracker | Rodolphe Lepigre <rodolphe.lepigre@inria.fr> |
Maintainer | Rodolphe Lepigre <rodolphe.lepigre@inria.fr> |
Dependencies |
|
Source [http] | https://github.com/rlepigre/ocaml-imagelib/archive/ocaml-imagelib_20171028.tar.gz sha256=e026951bdbd701b57aa900dc24d306646233e2e9b9bf51b27c487376094d2827 md5=91543d08fd800798ff66341b00e94336 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/imagelib/imagelib.20171028/opam |
Optionally used by