// 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 );