EgtExecutor 1.8g1 :

- aggiunta gestione immagini (inizialmente solo recupero dimensioni in pixel).
This commit is contained in:
Dario Sassi
2017-07-07 15:58:49 +00:00
parent c1c4e5a66f
commit 2f9333d29a
10 changed files with 131 additions and 6 deletions
+4
View File
@@ -114,6 +114,10 @@ LuaInstallEgtFunctions( LuaMgr& LuaMgr)
LOG_ERROR( GetLogger(), "Error in LuaInstallPhoto (" __FUNCTION__ ")")
return false ;
}
if ( ! LuaInstallImage( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallImage (" __FUNCTION__ ")")
return false ;
}
if ( ! LuaInstallExchange( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallExchange (" __FUNCTION__ ")")
return false ;