This commit is contained in:
John Cupitt 2015-11-11 08:33:41 +00:00
parent ca51b46e9a
commit aedb174537
1 changed files with 4 additions and 3 deletions

7
TODO
View File

@ -1,14 +1,15 @@
- test suite is broken, float->int mask I guess
yes, what about the case where float mask sums to zero, we'll /0 when scaling
the output mask
- looks like we have a race in tiled threadcache? see
https://github.com/jcupitt/libvips/issues/347
oh argh out of order reads ... but why would they add a few black tiles?
- add bandjoinconst ... append a band (or bands?) from a constant
see https://github.com/jcupitt/libvips/issues/325
trying new shrinker
- colour needs to split _build() into preprocess / process / postprocess
phases