FreeImage.GetFIFFromFormat Method

FreeImage.NET

FreeImageGetFIFFromFormat Method
Returns a FREE_IMAGE_FORMAT identifier from the format string that was used to register the FIF.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FREE_IMAGE_FORMAT GetFIFFromFormat(
	string format
)

Parameters

format
Type: SystemString
The string that was used to register the plugin.

Return Value

Type: FREE_IMAGE_FORMAT
A FREE_IMAGE_FORMAT identifier from the format.
See Also