Hi
Please see:
http://www.imageen.com/help/GetAllSupportedFileExtensions.html
Examples
// Get all image and video formats that ImageEn can read
sLoadExtensions := GetAllSupportedFileExtensions( True, False, True );
// Get the image formats that ImageEn can save (not videos)
sSaveExtensions := GetAllSupportedFileExtensions( False, True, False );
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com