|
imagesetinterpolationSet the interpolation method Description
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. Parameters
Return Values
Returns Examples
Example #1 imagesetinterpolation example
<?php NotesChanging the interpolation method affects the following functions when rendering:
|