(void) DeleteImageProperty(image,"comment");
(void) DeleteImageProperty(image,"date:create");
(void) DeleteImageProperty(image,"date:modify");
- (void) SetImageArtifact(image,"png:include-chunk","none,gama");
+ (void) SetImageArtifact(image,"png:include-chunk","none,trns,gama");
return(MagickTrue);
}
\f
* is forced to be 4 or 6 (GRAY_ALPHA or RGB_ALPHA).
*
* The -strip option causes StripImage() to set the png:include-chunk
- * artifact to "none,gama".
+ * artifact to "none,trns,gama".
*/
mng_info->ping_exclude_bKGD=MagickFalse;