Skip to content

Commit

Permalink
Re-enabled sRGB conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aferrero2707 committed Feb 19, 2014
1 parent d89b819 commit 8ed4631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operations/convert2rgb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ VipsImage* PF::Convert2RGBPar::build(std::vector<VipsImage*>& in, int first, Vip
cmsCloseProfile( profile_in );
profile_in = NULL;

/*

if( profile_out &&
!vips_image_get_blob( in[0], VIPS_META_ICC_NAME,
&data, &data_length ) ) {
Expand All @@ -177,6 +177,6 @@ VipsImage* PF::Convert2RGBPar::build(std::vector<VipsImage*>& in, int first, Vip
INTENT_PERCEPTUAL, cmsFLAGS_NOCACHE );
}
}
*/

return OpParBase::build( in, first, NULL, NULL );
}

0 comments on commit 8ed4631

Please sign in to comment.