Lines Matching full:jpeg
5 * This file is part of the Independent JPEG Group's software.
8 * This file contains a command-line user interface for JPEG transcoding.
10 * different JPEG file formats. It also provides some lossless and sort-of-
11 * lossless transformations of JPEG data.
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n");
130 /* Set up default JPEG parameters. */
182 fprintf(stderr, "Independent JPEG Group's JPEGTRAN, version %s\n%s\n",
357 /* Initialize the JPEG decompression object with default error handling. */
360 /* Initialize the JPEG compression object with default error handling. */
375 * destination JPEG object, so we parse into that and then copy over what