Fixed build error.

This commit is contained in:
Dirk Lemstra
2025-05-07 18:45:35 +02:00
parent c282fe0711
commit 4a5c86da61
+1
View File
@@ -388,6 +388,7 @@ static MagickBooleanType GetAbsoluteDistortion(const Image *image,
/*
Compute the absolute difference in pixels between two images.
*/
area=0;
status=MagickTrue;
SetImageDistortionBounds(image,reconstruct_image,&columns,&rows);
image_view=AcquireVirtualCacheView(image,exception);