From 6fa665d6de92a9b17b0ad5ffccc8eee3213c096d Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 10 Jun 2016 14:45:33 +0100 Subject: [PATCH] notes --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 78ccb86f..447e5f59 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,12 @@ +- could add operator+= and friends to allow this + + VImage im = ...; + VImage x = ...; + + im += x; + + unlike Python, C++ will not do this automatically + - add more webp tests to py suite - try moving some more of the CLI tests to py