ConvertTo8BppQ Method (GdPictureImaging)
In This Topic
Quantizes & converts a GdPicture image to an 8-bit indexed color image. This method uses a
color quantization algorithm.
The color table has a maximum of 256 entries.
Overload List
Overload | Description |
ConvertTo8BppQ(Int32) |
Quantizes & converts a GdPicture image to an 8-bit indexed color image. This method uses a
color quantization algorithm.
The color table has a maximum of 256 entries.
|
ConvertTo8BppQ(Int32,Int32) |
Quantizes & converts a GdPicture image to an 8-bit indexed color image with a desired number of
colors. This method uses a color quantization algorithm.
The color table has a maximum of 256 entries.
|
See Also