This commit is contained in:
John Cupitt 2009-03-23 18:05:17 +00:00
parent 453adb425e
commit c1cfe958e1
1 changed files with 0 additions and 18 deletions

18
TODO
View File

@ -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 "<stdin>", line 1, in <module>
TypeError: 'VIMask' object is unindexable
>>> mask.__index__(0)
<Swig Object of type 'int *' at 0x2443e08>
>>> mask(0,0)
<Swig Object of type 'int *' at 0x2444d30>
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