GifOptions.DoPaletteCorrection

GifOptions.DoPaletteCorrection property

Gets or sets a value indicating whether palette correction is applied.

public bool DoPaletteCorrection { get; set; }

Property Value

true if palette correction is applied; otherwise, false.

Remarks

Palette correction means that whenever image is exported to GIF the source image colors will be analyzed in order to build the best matching palette (in case image Palette does not exist or not specified in the options). The analyze process takes some time however the output image will have the best matching color palette and result is visually better.

See Also