GNOME Bugzilla – Bug 109933
Rendering of images is buggy at high zoom levels
Last modified: 2004-12-22 21:47:04 UTC
This problem was already known so I'm not extending here. The patch below will fix it. It's a problem of accumulated loss of precision within the rendering loops. This part of the code is extremely sensible to precision loss at these zoom rates. The only potential problem of this patch is the speed of render_image_accelerate_scaling. Hopefully it won't be notably decreased.
Created attachment 15452 [details] [review] Patch to solve the rendering bug at high zoom levels.
Looks pretty clean. Thanks for investigating this. Have you checked how frequent render_image_accelerate_scaling() is called?
Applied the patch to CVS: 2003-04-04 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c: applied a patch from Pedro Gimeno that fixes the display render problems at high zoom levels (bug #109933).
*** Bug 97433 has been marked as a duplicate of this bug. ***
*** Bug 113082 has been marked as a duplicate of this bug. ***