Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
// Load an image
$im = imagecreate(500, 500);
// By default interpolation is IMG_BICUBIC_FIXED, switch
// to use the 'Mitchell' filter:
imagesetinterpolation($im, IMG_MITCHELL);
// Continue to work with $im ...
Примечания
Changing the interpolation method affects the following functions when rendering:

User Contributed Notes
There are no user contributed notes for this page.