From 50c45c7a6395091965cf3adf7e8fc75ebfecf43c Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 28 Mar 2013 21:13:28 +0000 Subject: [PATCH] - fix default and add missing bilinear git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329952 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagesetinterpolation.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagesetinterpolation.xml b/reference/image/functions/imagesetinterpolation.xml index fff7b57ad0..1eeee6e2f1 100644 --- a/reference/image/functions/imagesetinterpolation.xml +++ b/reference/image/functions/imagesetinterpolation.xml @@ -46,9 +46,14 @@ - IMG_BICUBIC_FIXED: Fixed bicubic interpolation (default). + IMG_BICUBIC_FIXED: Fixed point implementation of the bicubic interpolation. + + + IMG_BILINEAR_FIXED: Fixed point implementation of the bilinear interpolation (default (also on image creation)). + + IMG_BLACKMAN: Blackman window function.