(PHP 8)
imagegetinterpolation — Get the interpolation method
Gets the currently set interpolation method of the image
.
image
Об'єкт GdImage, що повертається однією з функцій створення зображення, такою як imagecreatetruecolor().
Returns the interpolation method.
Версія | Опис |
---|---|
8.0.0 |
Тепер image має бути примірником
GdImage. Раніше очікувався
gd -resource.
|