graphicsDeploy api:
ppmio.h
Library for reading and writing PPM files, adapted from code provided by Bruce Maxwell.
readPPM() and writePPM()
The use of these functions is fairly straightforward
struct Image *readPPM(char *filename);
void writePPM(struct Image *image, char *filename);