]> granicus.if.org Git - imagemagick/commitdiff
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34265
authorCristy <urban-warrior@imagemagick.org>
Sun, 8 Jul 2018 12:19:01 +0000 (08:19 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 8 Jul 2018 12:19:01 +0000 (08:19 -0400)
coders/dcm.c

index 49fe55a1928b8e0d1d1c610cf0fc38f770e033a7..817b922b9919387e519a1f98c54ee91cb6f359c2 100644 (file)
@@ -3990,8 +3990,6 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception)
       }
     for (scene=0; scene < (ssize_t) number_scenes; scene++)
     {
-      if (image_info->ping != MagickFalse)
-        break;
       image->columns=(size_t) width;
       image->rows=(size_t) height;
       image->depth=info.depth;