Grimage

Grimage is a small library to read and save images in Caml Light.

It is freely available via FTP and HTTP.

High level interface with the Grimage library uses a generic image format named grimage. Images are converted to and from the grimage format, and then read and written to the file system.

Reading and writing images

Grimage handles the following formats:

Bitmap and transparency manipulation

Elementary facilities to transform pixmaps (a color image represented as a matrix of R, G, B values) are provided by Grimage:

Low level use of the library is still possible via direct calls to function from the Bmp and Ppm modules.

For more info about the library, read the interfaces of the modules and have a look to the test directory for working examples.