return(factor);
}
-static RectangleInfo GetEdgeBoundingBox(const Image *image,
+static RectangleInfo GetFuzzBoundingBox(const Image *image,
ExceptionInfo *exception)
{
CacheView
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename);
artifact=GetImageArtifact(image,"trim:percent-background");
if (artifact != (const char *) NULL)
- return(GetEdgeBoundingBox(image,exception));
+ return(GetFuzzBoundingBox(image,exception));
bounds.width=0;
bounds.height=0;
bounds.x=(ssize_t) image->columns;