Quantize an image and return the resulting output bitmap
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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