FreeImageBitmap.CreateICCProfile Method (Byte[], Int32)

FreeImage.NET

FreeImageBitmapCreateICCProfile Method (Byte, Int32)
Creates a new ICC-Profile.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FIICCPROFILE CreateICCProfile(
	byte[] data,
	int size
)

Parameters

data
Type: SystemByte
The data of the new ICC-Profile.
size
Type: SystemInt32
The number of bytes of data to use.

Return Value

Type: FIICCPROFILE
The new ICC-Profile of the bitmap.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
See Also