note that quadratic is unfinished
This commit is contained in:
parent
3e16302701
commit
ceb1b96d06
3
TODO
3
TODO
@ -202,6 +202,9 @@
|
|||||||
|
|
||||||
because we step across tiles left to right: y doesn't change, only x does
|
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
|
mosaic
|
||||||
======
|
======
|
||||||
|
@ -374,6 +374,8 @@ vips_quadratic_init( VipsQuadratic *quadratic )
|
|||||||
*
|
*
|
||||||
* @interpolate: use this interpolator (default bilinear)
|
* @interpolate: use this interpolator (default bilinear)
|
||||||
*
|
*
|
||||||
|
* This operation is unfinished and unusable, sorry.
|
||||||
|
*
|
||||||
* See also: vips_affine().
|
* See also: vips_affine().
|
||||||
*
|
*
|
||||||
* Returns: 0 on success, -1 on error
|
* Returns: 0 on success, -1 on error
|
||||||
|
Loading…
Reference in New Issue
Block a user