(PECL imagick 2.0.0)
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:
Returns the interpolate method on success.
Exception:
Throws ImagickException on error.
Please login to continue.