This commit is contained in:
John Cupitt 2009-03-23 17:43:13 +00:00
parent 6f2e74de81
commit 453adb425e
1 changed files with 2 additions and 6 deletions

8
TODO
View File

@ -1,9 +1,3 @@
- try
vips im_affinei_all ~/in.v ~/out.v bilinear 1.0928961748633881 0 0 1 0 0
where in.v is a 366 pixel wide image, and 1.092... is (400 / 366)
- mask subscript in Pythion seems to be broken
@ -20,6 +14,8 @@
>>> 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