Quantize an image and return the resulting output bitmap

Namespace: DotNetNuke.Services.GeneratedImage.ImageQuantization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Bitmap Quantize(
	Image source
)
Visual Basic
Public Function Quantize ( 
	source As Image
) As Bitmap

Parameters

source
Type: System.Drawing..::..Image
The image to quantize

Return Value

A quantized version of the image

See Also