imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Açıklama

imagegetinterpolation ( GdImage $image ) : int

Gets the currently set interpolation method of the image.

Değiştirgeler

resim

imagecreatetruecolor() gibi bir resim oluşturma işlevinden dönen bir resim verisi.

Dönen Değerler

Returns the interpolation method.

Ayrıca Bakınız