From: cristy Date: Sat, 31 Mar 2012 18:25:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44c9841ae88065e1a321ec8564293859101e7b49;p=imagemagick --- diff --git a/MagickCore/composite.c b/MagickCore/composite.c index 3eb605c56..1b5fd1214 100644 --- a/MagickCore/composite.c +++ b/MagickCore/composite.c @@ -124,17 +124,6 @@ % Compose methods needing such arguments include "BlendCompositeOp" and % "DisplaceCompositeOp". % -% o "compose:outside-overlay" -% Modify how the composition is to effect areas not directly covered -% by the 'composite_image' at the offset given. Normally this is -% dependant on the 'compose' method, especially Duff-Porter methods. -% -% If set to "false" then disable all normal handling of pixels not -% covered by the composite_image. Typically used for repeated tiling -% of the composite_image by the calling API. -% -% Previous to IM v6.5.3-3 this was called "modify-outside-overlay" -% % o exception: return any errors or warnings in this structure. % */ @@ -498,7 +487,8 @@ static MagickBooleanType CompositeOverImage(Image *image, MagickExport MagickBooleanType CompositeImage(Image *image, const Image *composite_image,const CompositeOperator compose, - const MagickBooleanType clip_to_self,const ssize_t x_offset,const ssize_t y_offset,ExceptionInfo *exception) + const MagickBooleanType clip_to_self,const ssize_t x_offset, + const ssize_t y_offset,ExceptionInfo *exception) { #define CompositeImageTag "Composite/Image"