ImageHelperQuantizerQuantize Method |
Quantize an image and return the resulting output bitmap.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public Bitmap Quantize(
Image source
)
Parameters
- source
- Type: System.DrawingImage
The image to quantize
Return Value
Type:
BitmapA quantized version of the image
See Also