Click or drag to resize

GifFrameUseLocalPalette Property

Gets or sets a value indicating whether this image uses the global palette or it's own palette.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool UseLocalPalette { get; set; }

Property Value

Type: Boolean
A value indicating whether this image uses the global palette or it's own palette.
Remarks
Using a global palette for all of the images will reduce the file size.
See Also