UtilFreeImageGrayScale(String) Method
Grayscales the specified image file.
Namespace: DevCase.ThirdParty.FreeImageAssembly: 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
)
Public Shared Function GrayScale (
filepath As String
) As Bitmap
Dim filepath As String
Dim returnValue As Bitmap
returnValue = UtilFreeImage.GrayScale(filepath)
public:
static Bitmap^ GrayScale(
String^ filepath
)
static member GrayScale :
filepath : string -> Bitmap
No code example is currently available or this language may not be supported.
- filepath String
-
The source image filepath.
Bitmap
The resulting image.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FreeImageNET