mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Improving documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbb5333f08
commit
db7c1260fe
4 changed files with 5 additions and 7 deletions
|
@ -12,9 +12,9 @@
|
|||
<type>int</type><methodname>Imagick::getImageInterpolateMethod</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
Returns the interpolation method for the specified image.
|
||||
Returns the interpolation method for the specified image. The method is one of
|
||||
the <constant>Imagick::INTERPOLATE_*</constant> constants.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>float</type><parameter>blackPoint</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>whitePoint</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Stretches with saturation the image intensity.
|
||||
</para>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-setfont">
|
||||
<refnamediv>
|
||||
<refname>Imagick::setFont</refname>
|
||||
<refpurpose>Sets the image bias for any method that convolves an image</refpurpose>
|
||||
<refpurpose>Sets font</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -12,8 +12,6 @@
|
|||
<type>bool</type><methodname>Imagick::setFont</methodname>
|
||||
<methodparam><type>string</type><parameter>font</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Sets object's font property. This method can be used for example to set font for
|
||||
caption: pseudo-format. This method is available if Imagick is compile against
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
<type>bool</type><methodname>Imagick::setImageInterpolateMethod</methodname>
|
||||
<methodparam><type>int</type><parameter>method</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
<para>
|
||||
Sets the image interpolate pixel method.
|
||||
</para>
|
||||
|
@ -26,6 +25,7 @@
|
|||
<term><parameter>method</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The method is one of the <constant>Imagick::INTERPOLATE_*</constant> constants
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue