improve docs

This commit is contained in:
John Cupitt 2016-07-08 09:15:56 +01:00
parent 3130b9b118
commit 0f2d1a6b0b

View File

@ -277,7 +277,8 @@ vips_buildlut_init( VipsBuildlut *lut )
* @...: %NULL-terminated list of optional named arguments
*
* This operation builds a lookup table from a set of points. Intermediate
* values are generated by piecewise linear interpolation.
* values are generated by piecewise linear interpolation. The lookup table is
* always of type %gdouble, use vips_cast() to change it to the type you need.
*
* For example, consider this 2 x 2 matrix of (x, y) coordinates:
*