From 42aa06c880f5b2f4b48e57780cf68c1cb582a66c Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 1 Apr 2012 14:05:10 +0000 Subject: [PATCH] --- MagickCore/property.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MagickCore/property.c b/MagickCore/property.c index 923cd4a58..15db9daf3 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2368,6 +2368,13 @@ MagickExport const char *GetMagickProperty(const ImageInfo *image_info, "true",MaxTextExtent); break; } + if (LocaleNCompare("orientation",property,11) == 0) + { + (void) FormatLocaleString(value,MaxTextExtent,"%s", + CommandOptionToMnemonic(MagickOrientationOptions,(ssize_t) + image->orientation)); + break; + } if (LocaleNCompare("output",property,6) == 0) { (void) CopyMagickString(value,image_info->filename,MaxTextExtent); -- 2.50.1