FreeImage.NET Class Library Reference
FreeImageGetICCProfileEx Method |
Retrieves the FIICCPROFILE data of the bitmap.
This function can also be called safely, when the original format does not support profiles.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIICCPROFILE GetICCProfileEx( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: FIICCPROFILEThe FIICCPROFILE data of the bitmap.
See Also