note how to list interpolators

This commit is contained in:
John Cupitt 2020-08-20 07:05:13 +01:00
parent 409301a200
commit fa84d297dd
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ VIPS_NAMESPACE_START
* VImage::affine for it to use to interpolate pixels.
*
* The available interpolators vary a bit with your libvips version and how it
* was built, but will include `nearest`, `bilinear` and `bicubic`.
* was built, but will include `nearest`, `bilinear` and `bicubic`. Run
* vips -l interpolate` to see them all.
*/
class VInterpolate : public VObject
{