From 776fe2936e6339939bb77bc547ecf3e0e05cd30a Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 4 May 2019 12:54:40 -0400 Subject: [PATCH] ... --- MagickCore/attribute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/attribute.c b/MagickCore/attribute.c index a0997ef9f..ae9f72f75 100644 --- a/MagickCore/attribute.c +++ b/MagickCore/attribute.c @@ -237,7 +237,7 @@ static inline double GetMinEdgeBackgroundFactor(const EdgeInfo *edge) return(factor); } -static RectangleInfo GetFuzzBoundingBox(const Image *image, +static RectangleInfo GetEdgeBoundingBox(const Image *image, ExceptionInfo *exception) { CacheView @@ -408,7 +408,7 @@ MagickExport RectangleInfo GetImageBoundingBox(const Image *image, (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",image->filename); artifact=GetImageArtifact(image,"trim:percent-background"); if (artifact != (const char *) NULL) - return(GetFuzzBoundingBox(image,exception)); + return(GetEdgeBoundingBox(image,exception)); bounds.width=0; bounds.height=0; bounds.x=(ssize_t) image->columns; -- 2.50.1