Classes | Typedefs | Functions | Variables

example.c File Reference

#include <stdio.h>
#include "jpeglib.h"
#include <setjmp.h>
Include dependency graph for example.c:

Classes

struct  my_error_mgr

Typedefs

typedef struct my_error_mgrmy_error_ptr

Functions

 write_JPEG_file (char *filename, int quality)
 my_error_exit (j_common_ptr cinfo)
 read_JPEG_file (char *filename)

Variables

JSAMPLEimage_buffer
int image_height
int image_width

Typedef Documentation

typedef struct my_error_mgr* my_error_ptr

Function Documentation

my_error_exit ( j_common_ptr  cinfo  ) 
read_JPEG_file ( char *  filename  ) 

Here is the call graph for this function:

write_JPEG_file ( char *  filename,
int  quality 
)

Here is the call graph for this function:


Variable Documentation