Click or drag to resize
ImageHelperQuantizerQuantize Method
Quantize an image and return the resulting output bitmap.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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