From: cristy Date: Thu, 1 May 2014 22:40:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42e1490406fdeb408c5f310a977f8a9fbc0bdb23;p=imagemagick --- diff --git a/MagickCore/image.c b/MagickCore/image.c index b58339737..642f25f41 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -3265,7 +3265,8 @@ MagickExport MagickBooleanType StripImage(Image *image,ExceptionInfo *exception) (void) DeleteImageProperty(image,"comment"); (void) DeleteImageProperty(image,"date:create"); (void) DeleteImageProperty(image,"date:modify"); - status=SetImageArtifact(image,"png:include-chunk","none,trns,gama"); + status=SetImageArtifact(image,"png:exclude-chunk", + "EXIF,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date"); return(status); }