Home | History | Annotate | Download | only in jpeg

Lines Matching full:file

5  * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file defines the error and message codes for the cjpeg/djpeg
11 * Edit this file to add new codes, or to translate the message strings to
16 * To define the enum list of message codes, include this file without
26 /* Repeated inclusions of this file are no-ops unless JMESSAGE is defined */
44 JMESSAGE(JERR_BMP_BADHEADER, "Invalid BMP file: bad header length")
45 JMESSAGE(JERR_BMP_BADPLANES, "Invalid BMP file: biPlanes not equal to 1")
48 JMESSAGE(JERR_BMP_NOT, "Not a BMP file - does not start with BM")
59 JMESSAGE(JERR_GIF_IMAGENOTFOUND, "Too few images in GIF file")
60 JMESSAGE(JERR_GIF_NOT, "Not a GIF file")
66 JMESSAGE(JWRN_GIF_BADDATA, "Corrupt data in GIF file")
67 JMESSAGE(JWRN_GIF_CHAR, "Bogus char 0x%02x in GIF file, ignoring")
74 JMESSAGE(JERR_PPM_NONNUMERIC, "Nonnumeric data in PPM file")
75 JMESSAGE(JERR_PPM_NOT, "Not a PPM/PGM file")
86 JMESSAGE(JERR_RLE_EMPTY, "Empty RLE file")
89 JMESSAGE(JERR_RLE_NOT, "Not an RLE file")
92 JMESSAGE(JTRC_RLE, "%ux%u full-color RLE file")
93 JMESSAGE(JTRC_RLE_FULLMAP, "%ux%u full-color RLE file with map of length %d")
94 JMESSAGE(JTRC_RLE_GRAY, "%ux%u grayscale RLE file")
95 JMESSAGE(JTRC_RLE_MAPGRAY, "%ux%u grayscale RLE file with map of length %d")
96 JMESSAGE(JTRC_RLE_MAPPED, "%ux%u colormapped RLE file with map of length %d")
101 JMESSAGE(JERR_TGA_BADPARMS, "Invalid or unsupported Targa file")
111 "Color map file is invalid or of unsupported format")
113 "Output file format cannot handle %d colormap entries")
117 "Unrecognized input file format --- perhaps you need -targa")
119 JMESSAGE(JERR_UNKNOWN_FORMAT, "Unrecognized input file format")
121 JMESSAGE(JERR_UNSUPPORTED_FORMAT, "Unsupported output file format")