Skip to content

Commit

Permalink
change default iterations and residual threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 31, 2021
1 parent 17c52a2 commit f24cbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MagickCore/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,8 +1637,8 @@ MagickExport MagickBooleanType CompositeImage(Image *image,
case SeamlessBlendCompositeOp:
{
double
residual_threshold = 0.2,
iterations = 1000.0;
iterations = 400.0,
residual_threshold = 0.00003,

value=GetImageArtifact(image,"compose:args");
if (value != (char *) NULL)
Expand Down

0 comments on commit f24cbc8

Please sign in to comment.