Home | History | Annotate | Download | only in jpeg

Lines Matching full:jpeg

5  * This file is part of the Independent JPEG Group's software.
11 * JPEG markers.
75 static FILE * infile; /* input JPEG file */
80 static FILE * outfile; /* output JPEG file */
98 ERREXIT("Premature EOF in JPEG file");
103 /* All 2-byte quantities in JPEG markers are MSB first */
111 ERREXIT("Premature EOF in JPEG file");
114 ERREXIT("Premature EOF in JPEG file");
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
177 * Find the next JPEG marker and return its marker code.
206 fprintf(stderr, "Warning: garbage data found in JPEG file\n");
217 * input file weren't actually JPEG at all, next_marker might read the whole
229 ERREXIT("Not a JPEG file");
254 ERREXIT("Erroneous JPEG marker length");
273 ERREXIT("Erroneous JPEG marker length");
324 case M_EOI: /* in case it's a tables-only JPEG stream */
354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n");
375 fprintf(stderr, "You must specify an input JPEG file name when supplying\n");
478 * from stdin; in this case there MUST be an input JPEG file name.
558 /* Copy JPEG headers until SOFn marker;