doc improvements

This commit is contained in:
John Cupitt 2016-07-13 07:06:43 +01:00
parent 828b36dfe5
commit 097ecd07c1

View File

@ -623,12 +623,12 @@ vips_affine_init( VipsAffine *affine )
*
* Optional arguments:
*
* * @interpolate: interpolate pixels with this
* * @oarea: output rectangle
* * @idx: input horizontal offset
* * @idy: input vertical offset
* * @odx: output horizontal offset
* * @ody: output vertical offset
* * @interpolate: #VipsInterpolate, interpolate pixels with this
* * @oarea: #VipsArrayInt, output rectangle
* * @idx: %gdouble, input horizontal offset
* * @idy: %gdouble, input vertical offset
* * @odx: %gdouble, output horizontal offset
* * @ody: %gdouble, output vertical offset
*
* This operator performs an affine transform on an image using @interpolate.
*