An image processing library written in OCaml.
This image processing library uses the Owl package for scientific computing in OCaml as base.
Think of it like the Python package scikit-image is building upon scipy
and numpy
.
Pretty much pre-alpha...
There are IO function to read and write image data as Owl
Ndarray
s. Those are mainly wrappers around
stb_image and stb_image_write.
MIT license