#include <stdio.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/image/image_defs.h>
Go to the source code of this file.
Classes | |
struct | Gan_CineonWriteControlStruct |
CINEON Write control structure. More... | |
Typedefs | |
typedef Gan_CineonWriteControlStruct | Gan_CineonWriteControlStruct |
CINEON Write control structure. | |
Functions | |
void | gan_initialise_cineon_write_control_struct (Gan_CineonWriteControlStruct *controlstr) |
Initialises the write control structure for Cineon files. | |
Gan_Image * | gan_read_cineon_image_stream (FILE *infile, Gan_Image *image) |
Reads a RGB colour image file in CINEON format from a stream. | |
Gan_Image * | gan_read_cineon_image (const char *filename, Gan_Image *image) |
Reads a RGB colour image file in CINEON format. | |
Gan_Bool | gan_write_cineon_image_stream (FILE *outfile, Gan_Image *image, Gan_CineonWriteControlStruct *controlstr) |
Writes a RGB colour image to a file stream in CINEON format. | |
Gan_Bool | gan_write_cineon_image (const char *filename, Gan_Image *image, Gan_CineonWriteControlStruct *controlstr) |
Writes a RGB colour image file in CINEON format. |
Part of: Gandalf Library