Retrieves a pointer to 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
| C# |
|---|
public static IntPtr GetICCProfile( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetICCProfile ( _ dib As FIBITMAP _ ) As IntPtr |
| Visual C++ |
|---|
public: static IntPtr GetICCProfile( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.