PHP funkce imagesetinterpolation()
Set the interpolation method
Dostupnost ve verzích: PHP 5.5.0
Set the interpolation method
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$image |
resource |
není | An image resource, returned by one of the image creation functions, such as {@link https://www.php.net/manual/en/function.imagecreatetruecolor.php imagecreatetruecolor()}. |
$method |
int |
IMG_BILINEAR_FIXED | The interpolation method, which can be one of the following:
|
Návratové hodnoty
bool
Returns vrátí true v případě úspěchu, jinak false v případě neúspěchu.
Další zdroje
Načítání komentářů...