From 58be3307146d220e638cfdef4472033062cff0a6 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 Jun 2016 14:56:56 +0100 Subject: [PATCH] oop problems found in reducev --- TODO | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/TODO b/TODO index 78ccb86f..05b5a63d 100644 --- a/TODO +++ b/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 - try moving some more of the CLI tests to py