This function destroys an FIICCPROFILE previously created by CreateICCProfile(FIBITMAP, array<Byte>[]()[], Int32). After this call the bitmap will contain no profile information. This function should be called to ensure that a stored bitmap will not contain any profile information.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static void DestroyICCProfile(
	FIBITMAP dib
)
Visual Basic (Declaration)
Public Shared Sub DestroyICCProfile ( _
	dib As FIBITMAP _
)
Visual C++
public:
static void DestroyICCProfile(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also