Main Page   Modules   Compound List   File List   Compound Members   File Members  

pgm_io.c File Reference

#include <string.h>
#include <gandalf/image/io/pgm_io.h>
#include <gandalf/image/image_gl_uint8.h>
#include <gandalf/image/image_bit.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/array.h>

Functions

Gan_Imagegan_read_pgm_image_stream (FILE *infile, Gan_Image *image)
 Reads a grey level image file in PGM format from a stream.

Gan_Imagegan_read_pgm_image (const char *filename, Gan_Image *image)
 Reads a grey level image file in PGM format.

Gan_Bool gan_write_pgm_image_stream (FILE *outfile, Gan_Image *image)
 Writes a grey level image to a file stream in PGM format.

Gan_Bool gan_write_pgm_image (const char *filename, Gan_Image *image)
 Writes a grey level image file in PGM format.


Detailed Description

Module: PGM format image file I/O functions

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


Generated on Mon Oct 13 16:14:45 2003 by doxygen1.3-rc1