ImageEn, unit iexHelperFunctions

TBitmap.IELoadFromFile

TBitmap.IELoadFromFile


Declaration

function IELoadFromFile(const Filename : string): Boolean;


Description

Allows a TBitmap to load any format supported by ImageEn.
Returns True if loading was successful, or False on error


Example

// Load MyImage.jpeg into a bitmap
MyBitmap.IELoadFromFile('D:\MyImage.jpeg')