Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could...
commit098d2569b450c864ef6de9f1fcd7879563e7a299
authornicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 6 Apr 2008 22:30:50 +0000 (6 22:30 +0000)
committernicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sun, 6 Apr 2008 22:30:50 +0000 (6 22:30 +0000)
tree1e036e2967d1ae38be5c99d748018937cecfee16
parent7060d3c49af661a1324cfb37efe1e522a7a78b56
Commit FS#8308 (Port of imlib2 based smooth scaling) by Jonas Hurrelmann. It could be made smaller by taking out some special cases, but I'm leaving them in for now because size isn't really a concern until we decide to move it into the core (if we ever do). test_resize now allows to choose between both resize methods for comparison. sliding_puzzle is made to use the smooth scaling.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17001 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/lib/SOURCES
apps/plugins/lib/bmp.h
apps/plugins/lib/bmp_smooth_scale.c [new file with mode: 0644]
apps/plugins/sliding_puzzle.c
apps/plugins/test_resize.c