[]
Encoder options supported by the native JPEG codec.
public class JpegOptions : BaseOptions
public JpegOptions()
Specifies the desired image fidelity. 0.0 indicates the lowest possible fidelity and 1.0 specifies the highest fidelity.
public float? ImageQuality { get; set; }
The default value is 0.9.
Specifies whether to suppress the write of App0 metadata while encoding the image data.
public bool? SuppressApp0 { get; set; }
The default value is false.
Specifies whether the image is rotated or flipped when decoded.
public WicTransformOptions? TransformOptions { get; set; }
The default value is Rotate0.