update : 2015.11.03
php.shukuma.com검색:
|
imagesetinterpolation(PHP 5 >= 5.5.0, PHP 7) imagesetinterpolation — Set the interpolation method 설명
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. 인수
반환값
성공 시 예제
Example #1 imagesetinterpolation() example
<?php 주의Changing the interpolation method affects the following functions when rendering: |