(***********************************************************************)
(*                                                                     *)
(*                           Caml Light                                *)
(*                                                                     *)
(*            Pierre Weis, projet Cristal, INRIA Rocquencourt          *)
(*                                                                     *)
(*  Copyright 2001 Institut National de Recherche en Informatique et   *)
(*  en Automatique.  Distributed only by permission.                   *)
(*                                                                     *)
(***********************************************************************)

This directory contains:

- the module Ppm: to load and save graphics images to the file system
in the PPM format.

- the module Bmo: to load and save graphics images to the file system
in the BMP format.

To use this library you need the Caml Light compiler.

See the INSTALL file for compilation and installation.
