See Also Examples Applies To
Quantizes & converts the native GdPicture image to an 4-bits palette color image.
Syntax
object.ConvertTo4Bpp ()
The ConvertTo4Bpp syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. GdPictureStatus
Remarks
Color image quantization is a process that reduces the number of distinct colors used in an image, usually with the intention that the new image should be as visually similar as possible to the original image.
Category
Palette Conversions & Colors Reduction