]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 26 Sep 2010 01:27:51 +0000 (01:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 26 Sep 2010 01:27:51 +0000 (01:27 +0000)
ChangeLog
magick/resize.c

index 8bee844664b8d9c8404d6fa08010037b63ffe2b2..fa6c2da2e291e8a0ba15594b0b1f7d5c25a898b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2010-09-26  6.6.4-7 Anthony Thyssen <A.Thyssen@griffith...>
-  * Fix Point filter for ResizeImage() caused by support limiting the
-    Box weighting function.
+2010-09-25  6.6.4-7 Cristy  <quetzlzacatenango@image...>
+  * Don't allow resize filter weights to go to zero (reference
+    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17132).
 
 2010-09-24  6.6.4-6 Nicolas Robidoux <nicolas.robidoux@gmail...>
   * Now that MagickPIL is a MagickRealType, some casts are unneeded.
index 180f438a46664ac7b13e15c78c8454fa7e92995e..357e375b42294208d98b58e0be7c089b9dc45631 100644 (file)
@@ -1452,8 +1452,8 @@ MagickExport MagickRealType GetResizeFilterWeight(
   const ResizeFilter *resize_filter,const MagickRealType x)
 {
   MagickRealType
-    x_blur,
-    scale;
+    scale,
+    x_blur;
 
   /*
     Windowing function - scale the weighting filter by this amount.