FreeImage.GetFIFFromFilename Method

FreeImage.NET

FreeImageGetFIFFromFilename Method
This function takes a filename or a file-extension and returns the plugin that can read/write files with that extension in the form of a FREE_IMAGE_FORMAT identifier.

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

Parameters

filename
Type: SystemString
The filename or -extension.

Return Value

Type: FREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
See Also