#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_Image * | gan_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. |
Part of: Gandalf Library
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited