mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Allow to locate files from the universal locator.
This commit is contained in:
@@ -172,6 +172,9 @@ class EE_API Image {
|
||||
*/
|
||||
static bool isImageExtension( const std::string& path );
|
||||
|
||||
/** @return A list of all supported extensions by the decoder */
|
||||
static std::vector<std::string> getImageExtensionsSupported();
|
||||
|
||||
/** @return The last failure image loading/info reason */
|
||||
static std::string getLastFailureReason();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user