[]
Encoder options supported by the native BMP codec.
public class BmpOptions : BaseOptions
public BmpOptions()
Specifies whether the BMP should be written using the BITMAPV5HEADER with valid alpha channel content.
public bool? EnableV5Header32bppBGRA { get; set; }
The default value is false.