Processing a directory now look for image format set in options (#3691)

See the updated '-c' and new '-a' help when using rawtherapee-cli.exe -h
This commit is contained in:
Hombre
2017-05-02 23:08:33 +02:00
parent cf47cdee2d
commit bcad76cd5e
3 changed files with 70 additions and 13 deletions

View File

@@ -333,6 +333,7 @@ public:
return globalProfilePath;
}
Glib::ustring findProfilePath(Glib::ustring &profName);
bool is_parse_extention (Glib::ustring fname);
bool has_retained_extention (Glib::ustring fname);
bool is_extention_enabled(Glib::ustring ext);
bool is_defProfRawMissing()