FreeImage.FIFSupportsICCProfiles Method

FreeImage.NET

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: Boolean
True if the plugin can load or save an ICC profile, else false.
See Also