This commit is contained in:
John Cupitt 2016-06-10 14:45:33 +01:00
parent ad56c57830
commit 6fa665d6de
1 changed files with 9 additions and 0 deletions

9
TODO
View File

@ -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