From: Glenn Randers-Pehrson Date: Sun, 16 Jul 2017 02:04:42 +0000 (-0400) Subject: Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed X-Git-Tag: 7.0.6-2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75127dc795ea838f7483c2dcacc779ce24f62bfc;p=imagemagick Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. --- diff --git a/ChangeLog b/ChangeLog index 2ce6e9f0a..b88ca0cda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-15 7.0.6-2 Glenn Randers-Pehrson + * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed + by the "-strip" option. + 2017-07-15 7.0.6-1 Cristy * Release ImageMagick version 7.0.6-1, GIT revision 20447:c2a315e10:20170715. diff --git a/MagickCore/image.c b/MagickCore/image.c index 92d5e0158..ebfdb856d 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -3659,7 +3659,7 @@ MagickExport MagickBooleanType StripImage(Image *image,ExceptionInfo *exception) (void) DeleteImageProperty(image,"date:create"); (void) DeleteImageProperty(image,"date:modify"); status=SetImageArtifact(image,"png:exclude-chunk", - "bKGD,cHRM,EXIF,gAMA,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date"); + "bKGD,caNv,cHRM,eXIf,gAMA,iCCP,iTXt,pHYs,sRGB,tEXt,zCCP,zTXt,date"); return(status); }