From fa84d297dd22002bc84a504b7ed03b44a1a85a66 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 20 Aug 2020 07:05:13 +0100 Subject: [PATCH] note how to list interpolators --- cplusplus/include/vips/VInterpolate8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cplusplus/include/vips/VInterpolate8.h b/cplusplus/include/vips/VInterpolate8.h index 0d9c1ed0..f5560e14 100644 --- a/cplusplus/include/vips/VInterpolate8.h +++ b/cplusplus/include/vips/VInterpolate8.h @@ -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 {