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)
- Host: GitHub
- URL: https://github.com/hcarty/imagelib
- Owner: hcarty
- License: other
- Created: 2012-09-06T03:00:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T03:40:54.000Z (over 11 years ago)
- Last Synced: 2025-03-23T19:39:14.833Z (about 1 year ago)
- Language: OCaml
- Size: 1.32 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: License.txt
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