1#ifndef __JBXL_JPEG_TOOL_H_
2#define __JBXL_JPEG_TOOL_H_
12#if defined(DISABLE_JPEG) || defined(DISABLE_JPEGLIB)
59#if JPEG_LIB_VERSION < 80
62 struct jpeg_destination_mgr pub;
91#if JPEG_LIB_VERSION < 80
93METHODDEF(
void) mem_init_destination(j_compress_ptr cinfo);
94METHODDEF(
boolean) mem_empty_output_buffer(j_compress_ptr cinfo);
95METHODDEF(
void) mem_term_destination(j_compress_ptr cinfo);
96GLOBAL(
void) jpeg_mem_dest(j_compress_ptr cinfo,
unsigned char**
buf,
unsigned long*
len);
unsigned char ** outbuffer
unsigned char * newbuffer