We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem found in version 4.2.1184.
Reproduction procedure:
Candidate fix:
diff --git a/rtengine/iplab2rgb.cc b/rtengine/iplab2rgb.cc index 6b04bb8..c6e5c3d 100644 --- a/rtengine/iplab2rgb.cc +++ b/rtengine/iplab2rgb.cc @@ -144,8 +144,6 @@ Image8* ImProcFunctions::lab2rgb (LabImage* lab, int cx, int cy, int cw, int ch, Image8* image = new Image8 (cw, ch); Glib::ustring profile; - cmsHPROFILE oprof = iccStore->getProfile (profile); - bool standard_gamma; if(settings->HistogramWorking) { @@ -159,6 +157,8 @@ Image8* ImProcFunctions::lab2rgb (LabImage* lab, int cx, int cy, int cw, int ch, standard_gamma = false; } + cmsHPROFILE oprof = iccStore->getProfile (profile); + if (oprof) { cmsHPROFILE oprofG = oprof;
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Solving issue #3506 (bugfix from mmmtok)
de98047
@Hombre57 can this be closed?
No branches or pull requests
Problem found in version 4.2.1184.
Reproduction procedure:
Candidate fix:
The text was updated successfully, but these errors were encountered: