GifOptions
Class GifOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
public class GifOptions : GifOptions, IDisposable
Inheritance
object ← ImageOptions ← GifOptions ← GifOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GifOptions()
public GifOptions()
Properties
ColorPalette
Sets the color palette.
public ColorPalette ColorPalette { set; }
Property Value
ColorPalette
ColorResolution
Gets or sets the color resolution.
public byte ColorResolution { get; set; }
Property Value
DoPaletteCorrection
Gets or sets a value indicating whether palette correction needed.
public bool DoPaletteCorrection { get; set; }
Property Value
IsPaletteSorted
Gets or sets a value indicating whether this instance is palette sorted.
public bool IsPaletteSorted { get; set; }
Property Value
MaxDiff
Gets or sets the maximum difference.
public int MaxDiff { get; set; }