Automatic ICC profile detection

see issue 938
This commit is contained in:
Oliver Duis
2011-08-30 07:12:07 +02:00
parent 76181828df
commit ec918d2f56
14 changed files with 113 additions and 110 deletions

View File

@@ -47,7 +47,7 @@ int main (int argc, char* argv[]) {
s.monitorProfile = "";
Glib::thread_init ();
rtengine::init (s);
rtengine::init (s,"");
PListener pl;
rtengine::InitialImage* ii;