Creates a FreeImageBitmap from the specified file
using embedded color management information in that file.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FreeImageBitmap FromFile( string filename, bool useEmbeddedColorManagement ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FromFile ( _ filename As String, _ useEmbeddedColorManagement As Boolean _ ) As FreeImageBitmap |
| Visual C++ |
|---|
public: static FreeImageBitmap^ FromFile( String^ filename, bool useEmbeddedColorManagement ) |
Parameters
- filename
- Type: System..::.String
A string that contains the name of the file from which to create the FreeImageBitmap.
- useEmbeddedColorManagement
- Type: System..::.Boolean
Ignored.