Imagick::getImageInterpolateMethod

(PECL imagick 2, PECL imagick 3)

Imagick::getImageInterpolateMethodReturns the interpolation method

Descrição

public Imagick::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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top