notes
This commit is contained in:
parent
ad56c57830
commit
6fa665d6de
9
TODO
9
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user