FreeImageBitmap.FromFile Method (String, Boolean)

FreeImage.NET

FreeImageBitmapFromFile Method (String, Boolean)
Creates a FreeImageBitmap from the specified file using embedded color management information in that file.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImageBitmap FromFile(
	string filename,
	bool useEmbeddedColorManagement
)

Parameters

filename
Type: SystemString
A string that contains the name of the file from which to create the FreeImageBitmap.
useEmbeddedColorManagement
Type: SystemBoolean
Ignored.

Return Value

Type: FreeImageBitmap
The FreeImageBitmap this method creates.
See Also