Quantize an image and return the resulting output bitmap
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public Bitmap Quantize(
Image source
)
Parameters
- source
- Type: System.DrawingImage
The image to quantize
Return Value
Type:
Bitmap
A quantized version of the image
See Also