note that quadratic is unfinished

This commit is contained in:
John Cupitt 2015-10-08 17:40:37 +01:00
parent 3e16302701
commit ceb1b96d06
2 changed files with 5 additions and 0 deletions

3
TODO
View File

@ -202,6 +202,9 @@
because we step across tiles left to right: y doesn't change, only x does
not sure it works for order 2 either, we are seeing interpolation errors
on image edges
mosaic
======

View File

@ -374,6 +374,8 @@ vips_quadratic_init( VipsQuadratic *quadratic )
*
* @interpolate: use this interpolator (default bilinear)
*
* This operation is unfinished and unusable, sorry.
*
* See also: vips_affine().
*
* Returns: 0 on success, -1 on error