This commit is contained in:
John Cupitt 2016-03-11 14:42:12 +00:00
parent 08e8c27e38
commit a832a0c254
1 changed files with 12 additions and 3 deletions

15
TODO
View File

@ -2,10 +2,19 @@
- need tests for reducel3, test every kernel plues every numeric type
- removed the cache from resize since we no longer sharpen, can we get
out-of-order reads?
- removed the cache from resize, can we get out-of-order reads?
yup, try
for i in 200 300 400 500 600; do time vipsthumbnail Chicago.png -s $i; done
bench on ws as well
- try orc version of reducev?
- still see rounding problems on resize, try ghibli3
seeeeeeems ok?