13 #define JPEG_CJPEG_DJPEG 14 #define JPEG_INTERNAL_OPTIONS 95 #ifdef NEED_SHORT_EXTERNAL_NAMES 96 #define jinit_read_bmp jIRdBMP 97 #define jinit_write_bmp jIWrBMP 98 #define jinit_read_gif jIRdGIF 99 #define jinit_write_gif jIWrGIF 100 #define jinit_read_ppm jIRdPPM 101 #define jinit_write_ppm jIWrPPM 102 #define jinit_read_rle jIRdRLE 103 #define jinit_write_rle jIWrRLE 104 #define jinit_read_targa jIRdTarga 105 #define jinit_write_targa jIWrTarga 106 #define read_quant_tables RdQTables 107 #define read_scan_script RdScnScript 108 #define set_quality_ratings SetQRates 109 #define set_quant_slots SetQSlots 110 #define set_sample_factors SetSFacts 111 #define read_color_map RdCMap 112 #define enable_signal_catcher EnSigCatcher 113 #define start_progress_monitor StProgMon 114 #define end_progress_monitor EnProgMon 115 #define read_stdin RdStdin 116 #define write_stdout WrStdout 160 #ifdef DONT_USE_B_MODE 161 #define READ_BINARY "r" 162 #define WRITE_BINARY "w" 165 #define READ_BINARY "rb", "ctx=stm" 166 #define WRITE_BINARY "wb", "ctx=stm" 168 #define READ_BINARY "rb" 169 #define WRITE_BINARY "wb" 174 #define EXIT_FAILURE 1 178 #define EXIT_SUCCESS 1 180 #define EXIT_SUCCESS 0 185 #define EXIT_WARNING 1 187 #define EXIT_WARNING 2 set_quality_ratings(j_compress_ptr cinfo, char *arg, boolean force_baseline)
char boolean force_baseline
read_quant_tables(j_compress_ptr cinfo, char *filename, boolean force_baseline)
JMETHOD(void, start_input,(j_compress_ptr cinfo, cjpeg_source_ptr sinfo))
EXTERN(cjpeg_source_ptr) jinit_read_bmp JPP((j_compress_ptr cinfo))
struct cjpeg_source_struct * cjpeg_source_ptr
set_sample_factors(j_compress_ptr cinfo, char *arg)
keymatch(char *arg, const char *keyword, int minchars)
JMETHOD(void, start_output,(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo))
struct djpeg_dest_struct * djpeg_dest_ptr
struct jpeg_progress_mgr pub
int completed_extra_passes
set_quant_slots(j_compress_ptr cinfo, char *arg)
struct cdjpeg_progress_mgr * cd_progress_ptr