FreeImage.DestroyICCProfile Method

FreeImage.NET

FreeImageDestroyICCProfile Method
This function destroys an FIICCPROFILE previously created by CreateICCProfile(FIBITMAP, 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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void DestroyICCProfile(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
See Also