imagegetinterpolation
(PHP 8)
imagegetinterpolation — Get the interpolation method
Description
imagegetinterpolation ( GdImage $image ) : int
Gets the currently set interpolation method of the image
.
Parameters
-
image
-
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
Return Values
Returns the interpolation method.
See Also
- imagesetinterpolation() - Set the interpolation method
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.imagegetinterpolation.php