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 objeto GdImage, retornado por uma das funções de criação de imagem, como imagecreatetruecolor().

Valor Retornado

Returns the interpolation method.

Changelog

Versão Descrição
8.0.0 O parâmetro image agora espera uma instância de GdImage; anteriormente, um resource gd válido era esperado.

Veja Também

add a note

User Contributed Notes

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