Main Page | Modules | Class List | File List | Class Members | File Members

pbm_io.c File Reference

#include <string.h>
#include <gandalf/image/io/pbm_io.h>
#include <gandalf/image/io/image_io.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_Bool gan_image_is_pbm (const unsigned char *magic_string, size_t length)
 Determines whether an image is a PBM image using the magic number.
Gan_Imagegan_read_pbm_image_stream (FILE *infile, Gan_Image *image, const struct Gan_ImageReadControlStruct *ictrlstr, struct Gan_ImageHeaderStruct *header)
 Reads a binary image file in PBM format from a stream.
Gan_Imagegan_read_pbm_image (const char *filename, Gan_Image *image, const struct Gan_ImageReadControlStruct *ictrlstr, struct Gan_ImageHeaderStruct *header)
 Reads a binary image file in PBM format.
Gan_Bool gan_write_pbm_image_stream (FILE *outfile, const Gan_Image *image, Gan_Bool new_file, const struct Gan_ImageWriteControlStruct *octrlstr)
 Writes a binary image to a file stream in PBM format.
Gan_Bool gan_write_pbm_image (const char *filename, const Gan_Image *image, const struct Gan_ImageWriteControlStruct *octrlstr)
 Writes a grey level image file in PBM format.

Detailed Description

Module: PBM format image file I/O functions

Part of: Gandalf Library

Version:
1.19
Date:
2006/03/15 14:09:07
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1