mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #28737: add GD 2 info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161074 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3a574d023b
commit
a5750a8f03
18 changed files with 36 additions and 50 deletions
|
@ -117,6 +117,8 @@ if PHP is compiled using <option role="configure">--enable-t1lib</option>.
|
|||
<!ENTITY note.bundled.gd '<note><simpara>This function is only available if
|
||||
PHP is compiled with the bundled version of the GD library.</simpara></note>'>
|
||||
|
||||
<!ENTITY note.gd.2 '<note><simpara>This function requires GD 2.0.1 or later.</simpara></note>'>
|
||||
|
||||
<!-- DomXml Notes -->
|
||||
<!ENTITY node.inserted 'This node will not show up in the document unless it
|
||||
is inserted with e.g. <function>domnode_append_child</function>.'>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagealphablending">
|
||||
<refnamediv>
|
||||
|
@ -28,11 +28,7 @@
|
|||
disabled.
|
||||
&return.success;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.6 and requires GD 2.0.1
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.imagecolorallocatealpha">
|
||||
<refnamediv>
|
||||
<refname>imagecolorallocatealpha</refname>
|
||||
|
@ -70,6 +70,7 @@ imagedestroy($image);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecolorallocate</function> and
|
||||
<function>imagecolordeallocate</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagecolorclosestalpha">
|
||||
<refnamediv>
|
||||
|
@ -20,11 +20,7 @@
|
|||
Returns the index of the color in the palette of the image which
|
||||
is "closest" to the specified <acronym>RGB</acronym> value and <parameter>alpha</parameter> level.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.6 and requires GD 2.0.1
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecolorexactalpha</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagecolorexactalpha">
|
||||
<refnamediv>
|
||||
|
@ -24,10 +24,10 @@
|
|||
If the color does not exist in the image's palette, -1 is
|
||||
returned.
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecolorclosestalpha</function>.
|
||||
</para>
|
||||
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or later</para></note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.imagecolormatch">
|
||||
<refnamediv>
|
||||
<refname>imagecolormatch</refname>
|
||||
|
@ -28,6 +28,7 @@
|
|||
&return.success;
|
||||
</para>
|
||||
¬e.bundled.gd;
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecreatetruecolor</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagecolorresolvealpha">
|
||||
<refnamediv>
|
||||
|
@ -24,10 +24,10 @@
|
|||
requested color, either the exact color or the closest possible
|
||||
alternative.
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecolorclosestalpha</function>.
|
||||
</para>
|
||||
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1</para></note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagecopyresampled">
|
||||
<refnamediv>
|
||||
|
@ -49,11 +49,7 @@
|
|||
<function>imagecreatetruecolor</function>.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
<function>imagecopyresampled</function> requires GD 2.0.l or greater.
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecopyresized</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagecreatetruecolor">
|
||||
<refnamediv>
|
||||
|
@ -38,11 +38,7 @@ imagedestroy($im);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.6 and requires GD 2.0.1 or later.
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
<note>
|
||||
<para>
|
||||
This function will not work with GIF file formats.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagefilledarc">
|
||||
<refnamediv>
|
||||
|
@ -89,11 +89,7 @@ imagedestroy($image);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.6 and requires GD 2.0.1
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagefilledellipse">
|
||||
<refnamediv>
|
||||
|
@ -58,6 +58,7 @@ imagepng($image);
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imageellipse</function> and
|
||||
<function>imagefilledarc</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
|
||||
<refentry id='function.imageftbbox'>
|
||||
<refnamediv>
|
||||
|
@ -18,6 +18,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
¬e.gd.2;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
|
||||
<refentry id='function.imagefttext'>
|
||||
<refnamediv>
|
||||
|
@ -22,6 +22,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
¬e.gd.2;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imageistruecolor">
|
||||
<refnamediv>
|
||||
|
@ -16,6 +16,7 @@
|
|||
<function>imageistruecolor</function> finds whether the image
|
||||
<parameter>image</parameter> is a truecolor image.
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagecreatetruecolor</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.imagelayereffect">
|
||||
<refnamediv>
|
||||
<refname>imagelayereffect</refname>
|
||||
|
@ -16,6 +16,7 @@
|
|||
</methodsynopsis>
|
||||
&warn.undocumented.func;
|
||||
¬e.bundled.gd;
|
||||
¬e.gd.2;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagesavealpha">
|
||||
<refnamediv>
|
||||
|
@ -30,6 +30,7 @@
|
|||
your browser, try to load your script with an alpha channel compliant
|
||||
browser, e.g. latest Mozilla.
|
||||
</para>
|
||||
¬e.gd.2;
|
||||
<para>
|
||||
See also <function>imagealphablending</function>.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.34 -->
|
||||
<refentry id="function.imagesetthickness">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,7 @@
|
|||
drawn when drawing rectangles, polygons, ellipses etc. etc. to
|
||||
<parameter>thickness</parameter> pixels. &return.success;
|
||||
</para>
|
||||
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or later</para></note>
|
||||
¬e.gd.2;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.34 -->
|
||||
<refentry id="function.imagetruecolortopalette">
|
||||
<refnamediv>
|
||||
|
@ -33,11 +33,7 @@
|
|||
<parameter>ncolors</parameter> sets the maximum number of colors that
|
||||
should be retained in the palette.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function was added in PHP 4.0.6 and requires GD 2.0.1 or later
|
||||
</para>
|
||||
</note>
|
||||
¬e.gd.2;
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue