ImageEn, unit iemiscplugins

TIEMiscPluginsImageMagick.IsAvailable

TIEMiscPluginsImageMagick.IsAvailable


Declaration

class function IsAvailable(ExeFolderOnly: Boolean = False): boolean; overload;
class function IsAvailable(const DLLPath: String): Boolean; overload;


Description

Returns True if the ImageMagick library is present and successfully loaded.
If you enable ExeFolderOnly, the application folder will only be checked for DLLs (should only be used with portable version of ImageMagick). Alternatively, you can specify the folder containing the ImageMagick DLLs.