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

tiff_io.c File Reference

#include <gandalf/image/io/tiff_io.h>
#include <gandalf/image/io/image_io.h>
#include <gandalf/image/image_bit.h>
#include <gandalf/image/image_gl_uint8.h>
#include <gandalf/image/image_gl_uint16.h>
#include <gandalf/image/image_gl_float32.h>
#include <gandalf/image/image_gla_uint8.h>
#include <gandalf/image/image_gla_uint16.h>
#include <gandalf/image/image_gla_float32.h>
#include <gandalf/image/image_rgb_uint8.h>
#include <gandalf/image/image_rgb_uint16.h>
#include <gandalf/image/image_rgb_float32.h>
#include <gandalf/image/image_rgba_uint8.h>
#include <gandalf/image/image_rgba_uint16.h>
#include <gandalf/image/image_rgba_float32.h>
#include <gandalf/common/array.h>
#include <gandalf/common/misc_error.h>
#include <string.h>
#include <tiffio.h>

Functions

Gan_Bool gan_image_is_tiff (const unsigned char *magic_string, size_t length)
 Determines whether an image is a TIFF image using the magic number.
Gan_Imagegan_read_tiff_image (const char *filename, Gan_Image *image, const struct Gan_ImageReadControlStruct *ictrlstr, struct Gan_ImageHeaderStruct *header)
 Reads an image file in TIFF format.
void gan_initialise_tiff_header_struct (Gan_TIFFHeaderStruct *octrlstr)
 Initialises the write control structure for TIFF files.
Gan_Bool gan_write_tiff_image_stream (FILE *outfile, const Gan_Image *image, const struct Gan_ImageWriteControlStruct *octrlstr)
 Writes an image file to a stream in TIFF format.
Gan_Bool gan_write_tiff_image (const char *filename, const Gan_Image *image, const struct Gan_ImageWriteControlStruct *octrlstr)
 Writes an image file in TIFF format.

Detailed Description

Module: TIFF format image file I/O functions

Part of: Gandalf Library

Version:
1.32
Date:
2006/03/15 14:09:07
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited

Note:
: Works with the libtiff library

Generated on Fri Mar 17 12:44:53 2006 by  doxygen 1.3.9.1