Main Page   Modules   Compound List   File List   Compound Members   File Members  

jpeg_io.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <gandalf/image/io/jpeg_io.h>
#include <gandalf/image/image_bit.h>
#include <gandalf/image/image_extract.h>
#include <gandalf/common/misc_error.h>
#include <jpeglib.h>
#include <setjmp.h>

Compounds

struct  my_error_mgr

Typedefs

typedef my_error_mgr * my_error_ptr

Functions

 my_error_exit (j_common_ptr cinfo)
Gan_Imagegan_read_jpeg_image_stream (FILE *infile, Gan_Image *image)
 Reads an image file in JPEG format from a file stream.

Gan_Imagegan_read_jpeg_image (const char *filename, Gan_Image *image)
 Reads an image file in JPEG format.

Gan_Bool gan_write_jpeg_image_stream (FILE *outfile, Gan_Image *image, int quality)
 Writes an image file to a stream in JPEG format.

Gan_Bool gan_write_jpeg_image (const char *filename, Gan_Image *image, int quality)
 Writes an image file in JPEG format.


Detailed Description

Module: JPEG format image file I/O functions

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited

Note:
: Works with the libjpeg library

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