// Standard overload function IELoadFromFile(const Filename: string): Boolean; overload;
// Fast overload function IELoadFromFile(const Filename: string; MaxX, MaxY: integer; AutoAdjustOrientation: Boolean = False ): Boolean; overload;
Description
Allows a TBitmap to load any format supported by ImageEn.
The fast overload allows you to load much faster by specifying the maximum size it is required. It uses OptimizeLoadingParams.
You can also set EnableAdjustOrientation to automatically re-orient JPEG camera images.
Returns True if loading was successful, or False on error
Note: ◼You must add the iexHelperFunctions unit to your uses clause ◼Delphi/C++ 2005 or newer is required to use helper classes