Imagick::getImageInterpolateMethod

(PECL imagick 2, PECL imagick 3)

Imagick::getImageInterpolateMethodReturns the interpolation method

Descrição

publicImagick::getImageInterpolateMethod(): int

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the interpolate method on success.

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

To Top