From: cristy Date: Fri, 13 Apr 2012 18:26:23 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5820 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fffbb337aa6bf3ffa1fb8d864b06fe16473b5e45;p=imagemagick --- diff --git a/MagickCore/profile.c b/MagickCore/profile.c index faf3d70d7..058b35954 100644 --- a/MagickCore/profile.c +++ b/MagickCore/profile.c @@ -5996,7 +5996,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name, case PerceptualIntent: intent=INTENT_PERCEPTUAL; break; case RelativeIntent: intent=INTENT_RELATIVE_COLORIMETRIC; break; case SaturationIntent: intent=INTENT_SATURATION; break; - default: intent=INTENT_PERCEPTUAL; break; + default: intent=INTENT_RELATIVE_COLORIMETRIC; break; } flags=cmsFLAGS_HIGHRESPRECALC; #if defined(cmsFLAGS_BLACKPOINTCOMPENSATION)