Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17676 программистов и 1734 робота. Сейчас ищут 1356 программистов ...
Imagick::getImageInterpolateMethod - Returns the interpolation method
Вернуться к: Imagick
Imagick::getImageInterpolateMethod
(PECL imagick 2.0.0)
Imagick::getImageInterpolateMethod — Returns the interpolation method
Описание
int Imagick::getImageInterpolateMethod
( void
)
Returns the interpolation method for the specified image. The method is one of
the Imagick::INTERPOLATE_*
constants.
Возвращаемые значения
Returns the interpolate method on success.
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick