From: cristy Date: Sun, 1 Apr 2012 14:05:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42aa06c880f5b2f4b48e57780cf68c1cb582a66c;p=imagemagick --- 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);