Dutch PHP Conference 2025 - Call For Papers

Imagick::getImageInterpolateMethod

(PECL imagick 2, PECL imagick 3)

Imagick::getImageInterpolateMethodReturns the interpolation method

Опис

public Imagick::getImageInterpolateMethod(): int

Returns the interpolation method for the specified image. The method is one of the Imagick::INTERPOLATE_* constants.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the interpolate method on success.

Помилки/виключення

Кидає ImagickException в разі помилки.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top