AC-PPM-1.1.1: Trivial package for writing PPM images.

Codec.PPM

Description

The two modules Codec.PPM.Text and Codec.PPM.Binary support the generation of text or binary PPM files ("P3" or "P6" respectively). Default is binary (since it is more efficient.) Both modules have an identical API; just change the import declaration to change file mode.

Documentation