Retrieves the FIICCPROFILE data of the bitmap.
            This function can also be called safely, when the original format does not support profiles.
            
    Namespace: 
   FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
 Syntax
Syntax
| C# | 
|---|
| public static FIICCPROFILE GetICCProfileEx( FIBITMAP dib ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function GetICCProfileEx ( _ dib As FIBITMAP _ ) As FIICCPROFILE | 
| Visual C++ | 
|---|
| public: static FIICCPROFILE GetICCProfileEx( FIBITMAP dib ) | 
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
 Handle to a FreeImage bitmap.





