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.
61 static FILE * infile; /* input JPEG file */
79 ERREXIT("Premature EOF in JPEG file");
84 /* All 2-byte quantities in JPEG markers are MSB first */
92 ERREXIT("Premature EOF in JPEG file");
95 ERREXIT("Premature EOF in JPEG file");
101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
128 * Find the next JPEG marker and return its marker code.
157 fprintf(stderr, "Warning: garbage data found in JPEG file\n");
168 * input file weren't actually JPEG at all, next_marker might read the whole
180 ERREXIT("Not a JPEG file");
204 ERREXIT("Erroneous JPEG marker length");
231 ERREXIT("Erroneous JPEG marker length");
298 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
300 printf("JPEG process: %s\n", process);
361 case M_EOI: /* in case it's a tables-only JPEG stream */
396 fprintf(stderr, "rdjpgcom displays any textual comments in a JPEG file.\n");
401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n");
490 /* Scan the JPEG headers. */