stuff
This commit is contained in:
parent
453adb425e
commit
c1cfe958e1
18
TODO
18
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 "<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
|
||||
|
Loading…
Reference in New Issue
Block a user