It seems like a problem with lcms-1.16. The following patch to
ufraw_developer.c might solve the problem:

                prof[i++] = d->saturationProfile;
            prof[i++] = d->profile[1];
            d->colorTransform = cmsCreateMultiprofileTransform(prof, i,
-                   TYPE_RGB_16, TYPE_RGB_16, d->intent, 0);
+                   TYPE_RGB_16, NOCOLORSPACECHECK(TYPE_RGB_16), d->intent, 0);
        }
     }
 }

Udi

-- 
[apport] ufraw crashed canon raw files (cr2)
https://bugs.launchpad.net/bugs/93811
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to