Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 18, 2021
1 parent d09e86f commit d881b80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wand/compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,8 @@ WandExport MagickBooleanType CompareImageCommand(ImageInfo *image_info,
difference_image->page.x,(double) difference_image->page.y);
}
(void) ResetImagePage(difference_image,"0x0+0+0");
if (difference_image->next != (Image *) NULL)
(void) ResetImagePage(difference_image->next,"0x0+0+0");
status&=WriteImages(image_info,difference_image,argv[argc-1],exception);
if ((metadata != (char **) NULL) && (format != (char *) NULL))
{
Expand Down

0 comments on commit d881b80

Please sign in to comment.