Click or drag to resize
Accord.NET (logo)

TestImagesCorrectIndexedPalettes Property

Gets or sets whether images with non-standard color palettes (i.e. 8-bpp images where values do not represent intensity values but rather indices in a color palette) should be converted to true 8-bpp grayscale. Default is true.

Namespace:  Accord.DataSets
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool CorrectIndexedPalettes { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also