|
imagesetinterpolationSet the interpolation method Beschreibung
bool imagesetinterpolation
( resource
$image
[, int $method = IMG_BILINEAR_FIXED
] )Sets the interpolation method, setting an interpolation method affects the rendering of various functions in GD, such as the imagerotate function. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 imagesetinterpolation example
<?phpAnmerkungenChanging the interpolation method affects the following functions when rendering:
|