#include <string.h>
#include <gandalf/image/io/ppm_io.h>
#include <gandalf/image/image_rgb_uchar.h>
#include <gandalf/common/misc_error.h>
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
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited