oop problems found in reducev

This commit is contained in:
John Cupitt 2016-06-14 14:56:56 +01:00
parent eb7768ff61
commit 58be330714
1 changed files with 20 additions and 0 deletions

20
TODO
View File

@ -1,3 +1,23 @@
- try:
$ vips black x.v 10 10
$ vips reducev x.v x2.v 2
$ vips avg x2.v
1.000000
argh!
reduceh seems OK
$ vips reducev x.v x2.v 2 --vips-novector
$ vips avg x2.v
0.000000
also OK ... just the vector path
- add more reducev tests ... resize constant 255 and constant 0 image, with and
without vector
- add more webp tests to py suite
- try moving some more of the CLI tests to py