oop problems found in reducev
This commit is contained in:
parent
eb7768ff61
commit
58be330714
20
TODO
20
TODO
@ -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
|
- add more webp tests to py suite
|
||||||
|
|
||||||
- try moving some more of the CLI tests to py
|
- try moving some more of the CLI tests to py
|
||||||
|
Loading…
Reference in New Issue
Block a user