From c5fe06f8ecbc298f3ac3f4ec2208bf8788f02993 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 29 Sep 2012 00:05:47 +0000 Subject: [PATCH] --- MagickCore/property.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MagickCore/property.c b/MagickCore/property.c index dc083e517..342799185 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1332,7 +1332,8 @@ static MagickBooleanType GetEXIFProperty(const Image *image, continue; p=(unsigned char *) (exif+offset); } - if ((all != 0) || (tag == (size_t) tag_value)) + if ((level == 0) && + ((all != 0) || (tag == (size_t) tag_value))) { char buffer[MaxTextExtent], -- 2.40.0