UtilFreeImageGrayScale(String) Method

Grayscales the specified image file.

Definition

Namespace: DevCase.ThirdParty.FreeImage
Assembly: DevCase.net48.ThirdParty.FreeImage (in DevCase.net48.ThirdParty.FreeImage.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap GrayScale(
	string filepath
)

Parameters

filepath  String
The source image filepath.

Return Value

Bitmap
The resulting image.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

FreeImageNET

See Also