Checks if a plugin can load or save an ICC profile.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool FIFSupportsICCProfiles( FREE_IMAGE_FORMAT fif ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FIFSupportsICCProfiles ( _ fif As FREE_IMAGE_FORMAT _ ) As Boolean |
| Visual C++ |
|---|
public: static bool FIFSupportsICCProfiles( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.