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.

Changelog

Versão Descrição
8.0.0 image expects a GdImage instance now; previously, a resource was expected.

Veja Também

add a note add a note

User Contributed Notes

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