|
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; }
Public Property CorrectIndexedPalettes As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also