Go to the source code of this file.
Defines | |
#define | JMESSAGE(code, string) code , |
#define | JMESSAGE(code, string) code , |
Enumerations | |
enum | J_MESSAGE_CODE |
Functions | |
JMESSAGE (JMSG_NOMESSAGE,"Bogus message code %d") JMESSAGE(JERR_ARITH_NOTIMPL | |
there are legal restrictions on arithmetic coding | JMESSAGE (JERR_BAD_LIB_VERSION,"Wrong JPEG library version: library is %d, caller expects %d") JMESSAGE(JERR_BAD_PROGRESSION |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u | JMESSAGE (JERR_MISMATCHED_QUANT_TABLE,"Cannot transcode due to multiple use of quantization table %d") JMESSAGE(JERR_QUANT_COMPONENTS |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components | JMESSAGE (JERR_TFILE_WRITE,"Write failed on temporary file --- out of disk space?") JMESSAGE(JTRC_16BIT_TABLES |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d | JMESSAGE (JTRC_JFIF_BADTHUMBNAILSIZE,"Warning: thumbnail image size does not match data length %u") JMESSAGE(JTRC_JFIF_EXTENSION |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u | JMESSAGE (JTRC_SMOOTH_NOTIMPL,"Smoothing not supported with nonstandard sampling ratios") JMESSAGE(JTRC_THUMB_JPEG |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u | JMESSAGE (JTRC_THUMB_PALETTE,"JFIF extension marker: palette thumbnail image, length %u") JMESSAGE(JTRC_THUMB_RGB |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u JFIF extension length u | JMESSAGE (JTRC_UNKNOWN_IDS,"Unrecognized component IDs %d %d %d, assuming YCbCr") JMESSAGE(JWRN_BOGUS_PROGRESSION |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u JFIF extension length u Inconsistent progression sequence for component d coefficient d | JMESSAGE (JWRN_EXTRANEOUS_DATA,"Corrupt JPEG data: %u extraneous bytes before marker 0x%02x") JMESSAGE(JWRN_MUST_RESYNC |
enum J_MESSAGE_CODE |
J_MESSAGE_CODE::JMESSAGE | ( | JMSG_NOMESSAGE | , |
"Bogus message code %d" | |||
) |
there are legal restrictions on arithmetic coding J_MESSAGE_CODE::JMESSAGE | ( | JERR_BAD_LIB_VERSION | , |
"Wrong JPEG library version: library is % | d, | ||
caller expects%d" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u J_MESSAGE_CODE::JMESSAGE | ( | JERR_MISMATCHED_QUANT_TABLE | , |
"Cannot transcode due to multiple use of quantization table %d" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components J_MESSAGE_CODE::JMESSAGE | ( | JERR_TFILE_WRITE | , |
"Write failed on temporary file --- out of disk space?" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d J_MESSAGE_CODE::JMESSAGE | ( | JTRC_JFIF_BADTHUMBNAILSIZE | , |
"Warning: thumbnail image size does not match data length %u" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u J_MESSAGE_CODE::JMESSAGE | ( | JTRC_SMOOTH_NOTIMPL | , |
"Smoothing not supported with nonstandard sampling ratios" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u J_MESSAGE_CODE::JMESSAGE | ( | JTRC_THUMB_PALETTE | , |
"JFIF extension marker: palette thumbnail | image, | ||
length%u" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u JFIF extension length u J_MESSAGE_CODE::JMESSAGE | ( | JTRC_UNKNOWN_IDS | , |
"Unrecognized component IDs %d %d % | d, | ||
assuming YCbCr" | |||
) |
there are legal restrictions on arithmetic coding Invalid progressive parameters caller expects u Cannot quantize more than d color components Adobe APP14 transform d JFIF extension length u JFIF extension length u JFIF extension length u Inconsistent progression sequence for component d coefficient d J_MESSAGE_CODE::JMESSAGE | ( | JWRN_EXTRANEOUS_DATA | , |
"Corrupt JPEG data: %u extraneous bytes before marker 0x%02x" | |||
) |