API Reference
Struct
JpegDecodeOptions
JPEG decoding options.
Inheritance
- ValueType
- JpegDecodeOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ImageDecodeOptions.JpegOptions
Accepted by parameters
Examples
var options = new JpegDecodeOptions(highQualityChroma: true, allowTruncated: true);
var rgba = JpegReader.DecodeRgba32(data, out var width, out var height, options);
Constructors
public JpegDecodeOptions(Boolean highQualityChroma = false, Boolean allowTruncated = false) #Creates JPEG decode options.
Parameters
- highQualityChroma System.Boolean = false
- allowTruncated System.Boolean = false