imagelibversion
The imagelib library implements image formats such as PNG or PPM
The imagelib library implements image formats such as PNG or PPM in OCaml, relying on only one external dependency: camlzip. However, we plan to reimplement zlib in OCaml at some point.
Supported image formats:
- PNG (full implementation of RCF 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 camlzip, it is suitable for compilation to javascript using js_of_ocaml (only for operations not requireing the convert binary).
Author | Rodolphe Lepigre <rodolphe.lepigre@univ-smb.fr> |
---|---|
License | LGPL-3.0-only |
Published | |
Homepage | http://lepigre.fr |
Issue Tracker | Rodolphe Lepigre <rodolphe.lepigre@univ-smb.fr> |
Maintainer | Rodolphe Lepigre <rodolphe.lepigre@univ-smb.fr> |
Dependencies |
|
Source [http] | https://github.com/rlepigre/ocaml-imagelib/archive/ocaml-imagelib_20170118.tar.gz sha256=371e72549e2d8202ed0c4ef3555b457bee6f96cffe7fbcc6116498af449ca349 md5=2eb3cd27e0425b6eda5d9655233a0029 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/imagelib/imagelib.20170118/opam |
Optionally used by