Click or drag to resize
Accord.NET (logo)

ArrayToImage. Convert Method (Color[] , Bitmap)

Converts an image from one representation to another. For byte transformations, the Min and Max properties are ignored. The resulting image from upon calling this method will always be 32-bit ARGB.

Namespace:  Accord.Imaging.Converters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void Convert(
	Color[] input,
	out Bitmap output
)
Request Example View Source

Parameters

input
Type:System.Drawing.Color[]
The input image to be converted.
output
Type: System.Drawing.Bitmap
The converted image.

Implements

IConverter<TInput, TOutput>.Convert(TInput, TOutput)
See Also