Gimp/app/paint-funcs
Massimo Valentini f9387909f3 Bug 592628: Scale Image adds asymmetric artifacts to image edges
second problem described, regarding the perceived shift.

NPOT sized symmetric images downscaled by a ratio greater
than 2 (src:dst > 2:1), still lose the symmetry. It is a
consequence of the intermediate halving step which is top
left aligned.
2012-10-13 15:02:05 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
paint-funcs-generic.h app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
paint-funcs-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
paint-funcs-utils.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
paint-funcs.c app (paint-funcs): Delete dead assignment and move variable 2011-10-04 14:55:41 +05:30
paint-funcs.h app: Clean up the hardness feature. Lets convolve PixelRegions. 2010-01-01 18:16:29 +02:00
reduce-region.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
reduce-region.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
scale-region.c Bug 592628: Scale Image adds asymmetric artifacts to image edges 2012-10-13 15:02:05 +02:00
scale-region.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
subsample-region.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
subsample-region.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00