imagegetinterpolation

(PHP 8)

imagegetinterpolationGet the interpolation method

Beschreibung

imagegetinterpolation ( GdImage $image ) : int

Gets the currently set interpolation method of the image.

Parameter-Liste

image

Eine von den verschiedenen Erzeugungsfunktionen wie imagecreatetruecolor() gelieferte Grafikressource.

Rückgabewerte

Returns the interpolation method.

Changelog

Version Beschreibung
8.0.0 image expects a GdImage instance now; previously, a resource was expected.

Siehe auch

add a note add a note

User Contributed Notes

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