FreeImage.NET Class Library Reference
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: FreeImageBitmapThe FreeImageBitmap this method creates.
See Also