imagesetinterpolation
Supported Versions: PHP 5 >= 5.5.0, PHP 7, PHP 8
Set the interpolation method
<?php imagesetinterpolation
(
GdImage $image
,
int $method
=
IMG_BILINEAR_FIXED
):
bool