mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fixes in imagesetinterpolation()
--- Provided by anonymous 36219 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332335 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2bcd84ddf
commit
a3e1392324
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<constant>IMG_CATMULLROM</constant>: Cubbic Hermite spline interpolation.
|
||||
<constant>IMG_CATMULLROM</constant>: Cubic Hermite spline interpolation.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -160,7 +160,7 @@
|
|||
// Load an image
|
||||
$im = imagecreate(500, 500);
|
||||
|
||||
// By default interpolation is IMG_BICUBIC_FIXED, switch
|
||||
// By default interpolation is IMG_BILINEAR_FIXED, switch
|
||||
// to use the 'Mitchell' filter:
|
||||
imagesetinterpolation($im, IMG_MITCHELL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue