Solving issue 1947: "RT frequently "forgets" ICM's working profile and crashes shortly after"
Also seems to fix frequent crash on Win32 ( http://rawtherapee.com/forum/viewtopic.php?f=3&t=4628 )
This commit is contained in:
@@ -357,9 +357,10 @@ namespace rtengine {
|
||||
|
||||
/** Returns the available working profile names
|
||||
* @return a vector of the available working profile names */
|
||||
std::vector<std::string> getWorkingProfiles ();
|
||||
/** return gamma */
|
||||
std::vector<std::string> getGamma ();
|
||||
std::vector<Glib::ustring> getWorkingProfiles ();
|
||||
/** Returns the available output gammas
|
||||
* @return a vector of the available gamma names */
|
||||
std::vector<Glib::ustring> getGamma ();
|
||||
|
||||
/** This class holds all the necessary informations to accomplish the full processing of the image */
|
||||
class ProcessingJob {
|
||||
|
Reference in New Issue
Block a user