imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Descripción

imagegetinterpolation(GdImage $image): int

Gets the currently set interpolation method of the image.

Parámetros

image

Un recurso image, es devuelto por una de las funciones de creación de imágenes, como imagecreatetruecolor().

Valores devueltos

Returns the interpolation method.

Historial de cambios

Versión Descripción
8.0.0 image expects a GdImage instance now; previously, a valid gd resource was expected.

Ver también

add a note add a note

User Contributed Notes

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