*/
#define MagickPackageName "ImageMagick"
#define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC"
-#define MagickSVNRevision "7036"
+#define MagickSVNRevision "7038"
#define MagickLibVersion 0x700
#define MagickLibVersionText "7.0.0"
#define MagickLibVersionNumber 7,0,0
pango_layout_set_font_description(layout,description);
pango_font_description_free(description);
option=GetImageOption(image_info,"filename");
- if (option != (const char *) NULL)
- property=InterpretImageProperties(image_info,image,option,exception);
- else
+ if (option == (const char *) NULL)
property=InterpretImageProperties(image_info,image,image_info->filename,
exception);
+ else
+ if (LocaleNCompare(option,"caption:",8) == 0)
+ property=InterpretImageProperties(image_info,image,option+8,exception);
+ else
+ property=InterpretImageProperties(image_info,image,option,exception);
(void) SetImageProperty(image,"caption",property,exception);
property=DestroyString(property);
caption=ConstantString(GetImageProperty(image,"caption",exception));
<configure name="VERSION" value="7.0.0"/>
<configure name="LIB_VERSION" value="0x700"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
- <configure name="SVN_REVISION" value="7036" />
+ <configure name="SVN_REVISION" value="7038" />
<configure name="RELEASE_DATE" value="2012-03-03"/>
<configure name="CONFIGURE" value="./configure '--enable-maintainer-mode'"/>
<configure name="PREFIX" value="/usr/local"/>