note how to list interpolators
This commit is contained in:
parent
409301a200
commit
fa84d297dd
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user