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

Imagick::setImageInterpolateMethod()

Imagick::setImageInterpolateMethod - Sets the image interpolate pixel method

Syntax

bool Imagick::setImageInterpolateMethod (int $method)

Arguments

  • method - The method is one of the Imagick::INTERPOLATE_* constants

Description

Sets the image interpolate pixel method.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.