Go to the source code of this file.
Classes | |
struct | my_error_mgr |
Typedefs | |
typedef struct my_error_mgr * | my_error_ptr |
Functions | |
my_error_exit (j_common_ptr cinfo) | |
read_JPEG_file (char *filename) | |
write_JPEG_file (char *filename, int quality) | |
Variables | |
JSAMPLE * | image_buffer |
int | image_height |
int | image_width |
typedef struct my_error_mgr* my_error_ptr |
Definition at line 256 of file Jpeg-6b/example.c.
my_error_exit | ( | j_common_ptr | cinfo | ) |
Definition at line 263 of file Jpeg-6b/example.c.
read_JPEG_file | ( | char * | filename | ) |
Definition at line 284 of file Jpeg-6b/example.c.
write_JPEG_file | ( | char * | filename, |
int | quality | ||
) |
Definition at line 72 of file Jpeg-6b/example.c.