Name | Description | |
---|---|---|
JpegDecodingSettings | Initializes a new instance of the JpegDecodingSettings class. |
Name | Description | |
---|---|---|
JpegDecodingSettings | Initializes a new instance of the JpegDecodingSettings class. |
Name | Description | |
---|---|---|
ChannelsMapping | Gets or sets an array of numbers describing how to map image samples into the range of values appropriate for the image color space. | |
ColorManagement | Gets or sets the color management decoding settings that are used in the image decoding algorithm. (Inherited from DecodingSettings) | |
DestColorFormat | Gets or sets a destination color format for JPEG decoding. | |
DrawingTools | Gets or sets the drawing factory. (Inherited from DecodingSettings) | |
InvertCmykColorChannels | Gets or sets a value indicating whether image's CMYK channels should be inverted. | |
RotateImageAccordingToExifInfo | Gets or sets a value indicating whether the image must be rotated according to EXIF information. | |
RotateImageAccordingToExifInfoDefaultValue | Gets or sets the default value for RotateImageAccordingToExifInfo property. | |
SourceColorFormat | Gets or sets a source color format for JPEG decoding. | |
SubsamplingInterpolationMode | Gets or sets the interpolation mode for subsampled channels of JPEG image. | |
UseSystemDecoder | Gets or sets a value indicating whether JPEG image must be decoded using method that is provided by default drawing factory ("system" decoder). | |
UseSystemDecoderDefaultValue | Gets or sets the default value for UseSystemDecoder property. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
CopyTo | Copies current decoding settings to the target decoding settings. |