#include <stdio.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/image/image_defs.h>
Go to the source code of this file.
Functions | |
Gan_Image * | gan_read_ppm_image_stream (FILE *infile, Gan_Image *image) |
Reads a RGB colour image file in PPM format from a stream. | |
Gan_Image * | gan_read_ppm_image (const char *filename, Gan_Image *image) |
Reads a RGB colour image file in PPM format. | |
Gan_Bool | gan_write_ppm_image_stream (FILE *outfile, Gan_Image *image) |
Writes a RGB colour image to a file stream in PPM format. | |
Gan_Bool | gan_write_ppm_image (const char *filename, Gan_Image *image) |
Writes a RGB colour image file in PPM format. |
Part of: Gandalf Library