}
if (LocaleCompare("composite",option+1) == 0)
{
- const char
- *value;
-
Image
*mask_image,
*composite_image,
geometry;
(void) SyncImagesSettings(mogrify_info,*images,exception);
-
clip_to_self=IsStringTrue(GetImageOption(mogrify_info,
- "compose:clip-to-self")); /* if this is true */
+ "compose:clip-to-self")); /* if this is true */
if (IsMagickFalse(clip_to_self)) /* or */
clip_to_self=IfMagickFalse(IsStringNotFalse(GetImageOption(
- mogrify_info,"compose:outside-overlay"))); /* this false */
-
+ mogrify_info,"compose:outside-overlay"))); /* this false */
image=RemoveFirstImageFromList(images);
composite_image=RemoveFirstImageFromList(images);
if (composite_image == (Image *) NULL)
(void) FormatLocaleString(buffer,MaxTextExtent,
"<map id=\"%s\" name=\"%s\">\n",mapname,mapname);
(void) WriteBlobString(image,buffer);
- (void) FormatLocaleString(buffer,MaxTextExtent," <area href=\"%s",
- url);
+ (void) FormatLocaleString(buffer,MaxTextExtent," <area href=\"%s",url);
(void) WriteBlobString(image,buffer);
if (image->directory == (char *) NULL)
{