(PHP 8)
imagegetinterpolation — Get the interpolation method
Gets the currently set interpolation method of the image
.
image
Un recurso image, es devuelto por una de las funciones de creación de imágenes, como imagecreatetruecolor().
Returns the interpolation method.
Versión | Descripción |
---|---|
8.0.0 |
image expects a GdImage
instance now; previously, a valid gd resource was expected.
|