#include <stdio.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/image/image_defs.h>
Go to the source code of this file.
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 (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
|
Reads an image file in TIFF format.
NULL a new image is dynamically allocated, otherwise the already allocated image structure is reused.
|
|
Writes an image file in TIFF format.
|