Holds the validation results of a JPEG file stream.
struct XG_VALIDATED_JPEG_DESC {
XG_FORMAT DecodedFormat;
UINT32 PixelWidth;
UINT32 PixelHeight;
UINT32 UnusedHeadersBytes;
};
DecodedFormat
The decoded format, as an XG_FORMAT enumeration constant.
PixelWidth
The width of the JPEG image, in pixels.
PixelHeight
The height of the JPEG image, in pixels.
UnusedHeadersBytes
The unused headers, in bytes.
This structure is used by the following API items:
Header: Declared in xg.h.
Library: Use xg_x.lib.