Changeset 7223
- Timestamp:
- 03/25/12 19:05:07 (14 months ago)
- Location:
- ImageMagick/branches/ImageMagick-6/coders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/branches/ImageMagick-6/coders/pango.c
r7181 r7223 61 61 #include "magick/string_.h" 62 62 #include "magick/string-private.h" 63 #include "magick/token.h" 63 64 #include "magick/utility.h" 64 65 #if defined(MAGICKCORE_PANGOFT2_DELEGATE) … … 178 179 option=GetImageOption(image_info,"filename"); 179 180 if (option == (const char *) NULL) 180 property=InterpretImageProperties(image_info,image,image_info->filename, 181 exception); 181 property=InterpretImageProperties(image_info,image,image_info->filename); 182 182 else 183 183 if (LocaleNCompare(option,"pango:",6) == 0) 184 property=InterpretImageProperties(image_info,image,option+6 ,exception);184 property=InterpretImageProperties(image_info,image,option+6); 185 185 else 186 property=InterpretImageProperties(image_info,image,option ,exception);187 (void) SetImageProperty(image,"caption",property ,exception);186 property=InterpretImageProperties(image_info,image,option); 187 (void) SetImageProperty(image,"caption",property); 188 188 property=DestroyString(property); 189 caption=ConstantString(GetImageProperty(image,"caption" ,exception));189 caption=ConstantString(GetImageProperty(image,"caption")); 190 190 /* 191 191 Get context. -
ImageMagick/branches/ImageMagick-6/coders/pdf.c
r6851 r7223 72 72 #include "magick/string_.h" 73 73 #include "magick/module.h" 74 #include "magick/token.h" 74 75 #include "magick/transform.h" 75 76 #include "magick/utility.h"
Note: See TracChangeset
for help on using the changeset viewer.
