[]
Converts the image data from one pixel format to another.
public class FormatConverter : BaseTransform
Initializes a new instance of the FormatConverter class.
public FormatConverter()
Initializes a new instance of the FormatConverter class.
public FormatConverter(WicPixelFormat destinationFormat)
destinationFormat
WicPixelFormatThe destination pixel format.
Gets or sets the alpha threshold to use for conversion.
public double AlphaThresholdPercent { get; set; }
Gets or sets the destination pixel format.
public WicPixelFormat DestinationFormat { get; set; }
Gets or sets the type of dither algorithm used for conversion.
public WicDitherType DitherType { get; set; }
Gets or sets the palette to use for conversion.
public GcWicBitmap.Palette Palette { get; set; }
Gets or sets the palette translation type to use for conversion.
public WicPaletteType PaletteTranslate { get; set; }