GNOME Bugzilla – Bug 560283
"Scale image..." causes distortion around edges.
Last modified: 2008-11-11 07:49:15 UTC
Create a 2x2 image, the upper left and lower right pixels black, the upper right and lower left pixels white. Use the "Scale image..." dialogue to resize the image to 16x16 (it doesn't matter if this is by pixel count or by percentage) using no interpolation. The output is almost entirely black; only the leftmost and uppermost pixels, not including the upperleftmost pixel, are white. The results look different with interpolation, but are still wrong.
Created attachment 122389 [details] A 'before' image showing the bug.
Created attachment 122390 [details] An 'after' image showing the bug.
This is a side-effect of the fix for bug #556248. Perhaps we can find a better fix ...
Now fixed in both branches: 2008-11-11 Sven Neumann <sven@gimp.org> Bug 560283 – "Scale image..." causes distortion around edges. * app/paint-funcs/scale-region.c (scale): corrected fix for bug #556248.