stuff
This commit is contained in:
parent
74b0bf80ad
commit
56573a82e8
24
TODO
24
TODO
@ -1,5 +1,25 @@
|
|||||||
- could allow maps of half-there images in windowed mode and just stop windows
|
- mask subscript in Pythion seems to be broken
|
||||||
being made outside the valid area
|
|
||||||
|
>>> 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>
|
||||||
|
|
||||||
|
- 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