An open API service indexing awesome lists of open source software.

https://github.com/hcarty/imagelib

Image processing library for OCaml (experimental fork of CamlImages)
https://github.com/hcarty/imagelib

Last synced: about 1 year ago
JSON representation

Image processing library for OCaml (experimental fork of CamlImages)

Awesome Lists containing this project

README

          

Imagelib - OCaml image processing library

Note: This library is currently experimental. It is a (friendly!) fork of
CamlImages (http://gallium.inria.fr/camlimages/)

0. What is Imagelib ?

This is an image processing library, which provides some basic
functions of image processing and loading/saving various image file
formats. In addition the library can handle huge images that cannot be
(or can hardly be) stored into the memory (the library automatically
creates swap files and escapes them to reduce the memory usage).

1. Differences from upstream CamlImages

This library has a few changes relative to upstream:
* Build with oasis for odb.ml-friendliness
* Pack all modules under the Imagelib module to limit namespace pollution
* A fix for monochrome TIFF loading from the upstream bug tracker
* Examples have not been updated to reflect the new module structure