8) Util.

8.1) pbm2caml.

The program pbm2caml converts pbm, pgm, ppm image files into a caml file that can be compiles with camlc, and uses as an image type. This is a useful way of includ an image in a camlwin project.
pbm2caml can read pbm (black and white images), pgm (gray scale images), ppm (color images) either in raw or ascii mode.

The command line is:

In the directory util, you can also find the caml files: readpbm.mli, readpbm.ml.
This module provides the functions:

8.2) onehelp.

The program onehelp reads a project file and concatenates all the html files of the project in one out file, in order to print something like a reference manual.

onehelp ProjName OutName: concat all the html files in the project file "Projname.prj" into the file "OutName.html".