ChangeLog surgery

svn path=/trunk/; revision=23283
This commit is contained in:
Øyvind Kolås 2007-08-15 22:22:48 +00:00
parent 3b2e6c9416
commit 3224e65745
1 changed files with 4 additions and 1 deletions

View File

@ -17,10 +17,13 @@
2007-08-15 Øyvind Kolås <pippin@gimp.org>
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 <sven@gimp.org>