]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 13 Apr 2012 18:26:23 +0000 (18:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 13 Apr 2012 18:26:23 +0000 (18:26 +0000)
MagickCore/profile.c

index faf3d70d7a641d3ed692a372626350b7433c15a5..058b359547dc8410e485c60bbe0920cdfd7bddff 100644 (file)
@@ -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)