#include <stdio.h>#include "jpeglib.h"#include <setjmp.h>
Go to the source code of this file.
Classes | |
| struct | my_error_mgr |
Typedefs | |
| typedef struct my_error_mgr * | my_error_ptr |
Functions | |
| int | JPEG_compress (JSAMPLE *image_buffer, long width, long height, unsigned char *jpeg_image_buffer, long size, int quality) |
| int | JPEG_decompress (JOCTET *jpeg_image, long jpeg_size, JOCTET *result_image, long *width, long *height) |
| int | JPEG_header (JOCTET *jpeg_image, long jpeg_size, long *width, long *height, long *components) |
| static void | my_error_exit (j_common_ptr cinfo) |
| typedef struct my_error_mgr* my_error_ptr |
Definition at line 65 of file jpegmemcd.c.
| int JPEG_compress | ( | JSAMPLE * | image_buffer, |
| long | width, | ||
| long | height, | ||
| unsigned char * | jpeg_image_buffer, | ||
| long | size, | ||
| int | quality | ||
| ) |
Definition at line 16 of file jpegmemcd.c.
| int JPEG_decompress | ( | JOCTET * | jpeg_image, |
| long | jpeg_size, | ||
| JOCTET * | result_image, | ||
| long * | width, | ||
| long * | height | ||
| ) |
Definition at line 109 of file jpegmemcd.c.
| int JPEG_header | ( | JOCTET * | jpeg_image, |
| long | jpeg_size, | ||
| long * | width, | ||
| long * | height, | ||
| long * | components | ||
| ) |
Definition at line 77 of file jpegmemcd.c.
| static void my_error_exit | ( | j_common_ptr | cinfo | ) | [static] |
Definition at line 68 of file jpegmemcd.c.