Go to the source code of this file.
Defines | |
#define | JMESSAGE(code, string) string , |
Functions | |
int | main (int argc, char **argv) |
parse_switches (j_compress_ptr cinfo, int argc, char **argv, int last_file_arg_seen, boolean for_real) | |
select_file_type (j_compress_ptr cinfo, FILE *infile) | |
usage (void) | |
Variables | |
static const char *const | cdjpeg_message_table [] |
static boolean | is_targa |
static char * | outfilename |
static const char * | progname |
parse_switches | ( | j_compress_ptr | cinfo, |
int | argc, | ||
char ** | argv, | ||
int | last_file_arg_seen, | ||
boolean | for_real | ||
) |
select_file_type | ( | j_compress_ptr | cinfo, |
FILE * | infile | ||
) |
const char* const cdjpeg_message_table[] [static] |
char* outfilename [static] |