#include <stdio.h>
#include <jpeglib.h>
#include <jerror.h>
Go to the source code of this file.
Classes | |
struct | my_destination_mgr |
Typedefs | |
typedef my_destination_mgr * | my_dest_ptr |
Functions | |
empty_output_buffer (j_compress_ptr cinfo) | |
init_destination (j_compress_ptr cinfo) | |
jpeg_memio_dest (j_compress_ptr cinfo, JOCTET *jpegimgbuf, long *size) | |
term_destination (j_compress_ptr cinfo) | |
typedef my_destination_mgr* my_dest_ptr |
jpeg_memio_dest | ( | j_compress_ptr | cinfo, |
JOCTET * | jpegimgbuf, | ||
long * | size | ||
) |