From 550850e130818a3f64e33ce6ef8e6fb72e7089bb Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 30 May 2013 23:33:02 +0000 Subject: [PATCH] --- coders/caption.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coders/caption.c b/coders/caption.c index 3bb5de56d..27bf68fca 100644 --- a/coders/caption.c +++ b/coders/caption.c @@ -253,11 +253,10 @@ static Image *ReadCAPTIONImage(const ImageInfo *image_info, else high=draw_info->pointsize-1.0; } - draw_info->pointsize=(low+high)/2.0-1.0; + draw_info->pointsize=(low+high)/2.0; } (void) CloneString(&draw_info->text,caption); - i=FormatMagickCaption(image,draw_info,split,&metrics,&caption, - exception); + i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception); if (SetImageBackgroundColor(image,exception) == MagickFalse) { image=DestroyImageList(image); -- 2.40.0