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

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static FREE_IMAGE_FORMAT GetFIFFromFormat(
	string format
)
Visual Basic (Declaration)
Public Shared Function GetFIFFromFormat ( _
	format As String _
) As FREE_IMAGE_FORMAT
Visual C++
public:
static FREE_IMAGE_FORMAT GetFIFFromFormat(
	String^ format
)

Parameters

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

Return Value

A FREE_IMAGE_FORMAT identifier from the format.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also