Imagick::getImageInterpolateMethod

(PECL imagick 2, PECL imagick 3)

Imagick::getImageInterpolateMethodReturns the interpolation method

Descrierea

public Imagick::getImageInterpolateMethod ( ) : int

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

Valorile întoarse

Returns the interpolate method on success.

Erori/Excepții

Emite ImagickException în caz de eroare.

add a note add a note

User Contributed Notes

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