#include <stdio.h>
#include "jpeglib.h"
#include <setjmp.h>
Go to the source code of this file.
|
| GLOBAL (void) |
|
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) |
|
◆ my_error_ptr
◆ GLOBAL()
◆ JPEG_decompress()
int JPEG_decompress |
( |
JOCTET * |
jpeg_image, |
|
|
long |
jpeg_size, |
|
|
JOCTET * |
result_image, |
|
|
long * |
width, |
|
|
long * |
height |
|
) |
| |
◆ JPEG_header()
int JPEG_header |
( |
JOCTET * |
jpeg_image, |
|
|
long |
jpeg_size, |
|
|
long * |
width, |
|
|
long * |
height, |
|
|
long * |
components |
|
) |
| |
◆ my_error_exit()
static void my_error_exit |
( |
j_common_ptr |
cinfo | ) |
|
|
static |