Home
last modified time | relevance | path

Searched refs:ImageCopyResampleBicubic (Results 1 – 4 of 4) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php323 …public static function ImageCopyResampleBicubic($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y… function in phpthumb_functions
H A DphpThumb.config.php.default216 … = false; // if true, imagecopyresampled is replaced with ImageCopyResampleBicubic. May be n…
H A Dphpthumb.class.php4562 …return phpthumb_functions::ImageCopyResampleBicubic($dst_im, $src_im, $dstX, $dstY, $srcX, $srcY, …
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt581 ImageCopyResampleBicubic for buggy PHP-GD versions