UtilFreeImageGetFormat Method

Gets the format of 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 string GetFormat(
	string filepath
)

Parameters

filepath  String
The image filepath.

Return Value

String
The format of the specified image file.

Remarks

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

FreeImageNET

See Also