allocate_image | Dynamically allocate memory for an image, with a specified number of rows an columns. | |
free_image | Free the memory of a specified image, which has been allocated by allocate_image. | |
read_pgm_image | Read a PGM image from a specified file, and determine the number of rows and columns. | |
write_pgm_image | Write a specified image to a specified file, using the PGM format. |