FreeImage.NET Class Library Reference
FreeImageFIFSupportsICCProfiles Method |
Checks if a plugin can load or save an ICC profile.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FIFSupportsICCProfiles( FREE_IMAGE_FORMAT fif )
Parameters
- fif
- Type: FreeImageAPIFREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.
Return Value
Type: BooleanTrue if the plugin can load or save an ICC profile, else false.
See Also