diff --git a/TODO b/TODO index 50fcb99d..116f1534 100644 --- a/TODO +++ b/TODO @@ -1,21 +1,3 @@ - -- mask subscript in Pythion seems to be broken - - >>> from vipsCC import * - >>> mask = VMask.VIMask_gauss(3.,0.2) - >>> mask.xsize() - 13 - >>> mask[0] - Traceback (most recent call last): - File "", line 1, in - TypeError: 'VIMask' object is unindexable - >>> mask.__index__(0) - - >>> mask(0,0) - - - trying to do a gaussian blur in Python - - radiance writer? the reader is OK, apparently - doc strings would be nice, read the SWIG notes on this