]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 14 Apr 2013 21:45:02 +0000 (21:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 14 Apr 2013 21:45:02 +0000 (21:45 +0000)
coders/caption.c
coders/label.c

index 2ea7524414d5781b11c586a653e4c577b01a535d..b9c837ce0817ca3b5cfa790b08020a1c065ce977 100644 (file)
@@ -230,7 +230,7 @@ static Image *ReadCAPTIONImage(const ImageInfo *image_info,
         if ((width >= (image->columns << 1)) || (height >= (image->rows << 1)))
           break;
       }
-      high=draw_info->pointsize/2.0;
+      high=draw_info->pointsize;
       for (low=high/2.0; (high-low) > 1.0; )
       {
         draw_info->pointsize=(low+high)/2.0;
index 68d0ad361ba59f9941f78e00b5a262af49629814..f4025ebfd5733844c649a6cd237bbed870a7e619 100644 (file)
@@ -157,7 +157,7 @@ static Image *ReadLABELImage(const ImageInfo *image_info,
             ((image->rows != 0) && (height >= (2*image->rows))))
           break;
       }
-      high=draw_info->pointsize/2.0;
+      high=draw_info->pointsize;
       for (low=high/2.0; (high-low) > 1.0; )
       {
         draw_info->pointsize=(low+high)/2.0;