From: Cristy Date: Fri, 20 Jan 2017 13:00:35 +0000 (-0500) Subject: https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262 X-Git-Tag: 7.0.4-5~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e299a6f7b5cb604cfba5b744d97be7def655eca5;p=imagemagick https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31262 --- diff --git a/MagickCore/image.c b/MagickCore/image.c index 6cf47ce13..1b1bdc15b 100644 --- a/MagickCore/image.c +++ b/MagickCore/image.c @@ -3678,6 +3678,8 @@ MagickExport MagickBooleanType SyncImage(Image *image,ExceptionInfo *exception) if (image->debug != MagickFalse) (void) LogMagickEvent(TraceEvent,GetMagickModule(),"..."); assert(image->signature == MagickCoreSignature); + if (image->ping != MagickFalse) + return(MagickTrue); if (image->storage_class != PseudoClass) return(MagickFalse); assert(image->colormap != (PixelInfo *) NULL);