Go to the source code of this file.
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_transform (JXFORM_CODE transform) | |
usage (void) | |
Variables | |
static JCOPY_OPTION | copyoption |
static char * | outfilename |
static const char * | progname |
static jpeg_transform_info | transformoption |
Definition at line 334 of file jpegtran.c.
parse_switches | ( | j_compress_ptr | cinfo, |
int | argc, | ||
char ** | argv, | ||
int | last_file_arg_seen, | ||
boolean | for_real | ||
) |
Definition at line 114 of file jpegtran.c.
select_transform | ( | JXFORM_CODE | transform | ) |
Definition at line 91 of file jpegtran.c.
Definition at line 45 of file jpegtran.c.
JCOPY_OPTION copyoption [static] |
Definition at line 40 of file jpegtran.c.
char* outfilename [static] |
Definition at line 39 of file jpegtran.c.
Definition at line 38 of file jpegtran.c.
jpeg_transform_info transformoption [static] |
Definition at line 41 of file jpegtran.c.