Home > PHP > Function > > Imagick::getImageInterpolateMethod()

Imagick::getImageInterpolateMethod()

Imagick::getImageInterpolateMethod - Returns the interpolation method

Syntax

int Imagick::getImageInterpolateMethod ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

Returns the interpolate method on success. Throw an ImagickExceptionon error.