Returns a FREE_IMAGE_FORMAT identifier from the format string that was used to register the FIF.
Namespace:
FreeImageAPIAssembly: 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.