From 3224e657452a54b4da8a1f83f637e541693dc850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 15 Aug 2007 22:22:48 +0000 Subject: [PATCH] ChangeLog surgery svn path=/trunk/; revision=23283 --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45be8a9627..471eaeb511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,10 +17,13 @@ 2007-08-15 Øyvind Kolås + Improve resampling when zooming out of the image for zoom-ratios that + are not powers of two. + * app/display/gimpdisplayshell-render.c: added a bilinear filtering like weighting of neighbourhood pixels for approximating the downsampling from the next larger level in the projection mipmap. - Also some general code cleanup. + Also some general code cleanup. Closes bug #76096. 2007-08-15 Sven Neumann