Checks if a plugin can save a bitmap in the desired data type.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool FIFSupportsExportType( FREE_IMAGE_FORMAT fif, FREE_IMAGE_TYPE type ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FIFSupportsExportType ( _ fif As FREE_IMAGE_FORMAT, _ type As FREE_IMAGE_TYPE _ ) As Boolean |
| Visual C++ |
|---|
public: static bool FIFSupportsExportType( FREE_IMAGE_FORMAT fif, FREE_IMAGE_TYPE type ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
- type
- Type: FreeImageAPI..::.FREE_IMAGE_TYPE
The desired image type.