Main Page   Modules   Compound List   File List   Compound Members   File Members  

tiff_io.c File Reference

#include <gandalf/image/io/tiff_io.h>
#include <gandalf/image/image_bit.h>
#include <gandalf/image/image_gl_uchar.h>
#include <gandalf/image/image_gl_ushort.h>
#include <gandalf/image/image_rgb_uchar.h>
#include <gandalf/image/image_rgb_ushort.h>
#include <gandalf/image/image_rgba_uchar.h>
#include <gandalf/image/image_rgba_ushort.h>
#include <gandalf/common/array.h>
#include <gandalf/common/misc_error.h>
#include <string.h>
#include <tiffio.h>

Functions

Gan_Imagegan_read_tiff_image (const char *filename, Gan_Image *image)
 Reads an image file in TIFF format.

Gan_Bool gan_write_tiff_image_stream (FILE *outfile, Gan_Image *image)
 Writes an image file to a stream in TIFF format.

Gan_Bool gan_write_tiff_image (const char *filename, Gan_Image *image)
 Writes an image file in TIFF format.


Detailed Description

Module: TIFF format image file I/O functions

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited

Note:
: Works with the libtiff library

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