mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- fix default and add missing bilinear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329952 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b63bf5479e
commit
50c45c7a63
1 changed files with 6 additions and 1 deletions
|
@ -46,9 +46,14 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_BICUBIC_FIXED</constant>: Fixed bicubic interpolation (<literal>default</literal>).
|
||||
<constant>IMG_BICUBIC_FIXED</constant>: Fixed point implementation of the bicubic interpolation.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_BILINEAR_FIXED</constant>: Fixed point implementation of the bilinear interpolation (<literal>default (also on image creation)</literal>).
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_BLACKMAN</constant>: Blackman window function.
|
||||
|
|
Loading…
Reference in a new issue