imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Descrição

imagegetinterpolation ( GdImage $image ) : int

Gets the currently set interpolation method of the image.

Parâmetros

image

Um resource de imagem, retornado por funções de criação de imagens, como imagecreatetruecolor().

Valor Retornado

Returns the interpolation method.

Veja Também