mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document that jpeg and wbmp support requires GD-1.8 or later.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180390 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9cd68cffa8
commit
2318c33673
6 changed files with 21 additions and 34 deletions
|
@ -186,12 +186,17 @@ function.</simpara></warning>'>
|
|||
if PHP is compiled using <option role="configure">--with-t1lib[=DIR]</option>.
|
||||
</simpara></note>'>
|
||||
|
||||
<!ENTITY note.config.jpeg '<note><simpara>JPEG support is only available if
|
||||
PHP was compiled against GD-1.8 or later.</simpara></note>'>
|
||||
|
||||
<!ENTITY note.config.wbmp '<note><simpara>WBMP support is only available if
|
||||
PHP was compiled against GD-1.8 or later.</simpara></note>'>
|
||||
|
||||
<!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.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.imagecreatefromjpeg">
|
||||
<refnamediv>
|
||||
|
@ -47,6 +47,7 @@ function LoadJpeg($imgname)
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
¬e.config.jpeg;
|
||||
&tip.fopen-wrapper;
|
||||
&warn.no-win32-fopen-wrapper;
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.30 -->
|
||||
<refentry id="function.imagecreatefromwbmp">
|
||||
<refnamediv>
|
||||
|
@ -47,12 +47,7 @@ function LoadWBMP($imgname)
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
WBMP support is only available if PHP was compiled
|
||||
against GD-1.8 or later.
|
||||
</para>
|
||||
</note>
|
||||
¬e.config.wbmp;
|
||||
&tip.fopen-wrapper;
|
||||
&warn.no-win32-fopen-wrapper;
|
||||
</refsect1>
|
||||
|
|
|
@ -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.30 -->
|
||||
<refentry id="function.imagejpeg">
|
||||
<refnamediv>
|
||||
|
@ -28,12 +28,9 @@
|
|||
<function>header</function>, you can create a PHP script that
|
||||
outputs JPEG images directly.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
JPEG support is only available if PHP was compiled
|
||||
against GD-1.8 or later.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
¬e.config.jpeg;
|
||||
|
||||
<para>
|
||||
<parameter>quality</parameter> is optional, and ranges from
|
||||
0 (worst quality, smaller file) to 100 (best quality, biggest file).
|
||||
|
|
|
@ -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.61 -->
|
||||
<refentry id="function.jpeg2wbmp">
|
||||
<refnamediv>
|
||||
|
@ -23,14 +23,10 @@
|
|||
<parameter>d_width</parameter> you specify the height
|
||||
and width of the destination image.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<para>
|
||||
WBMP support is only available if PHP was compiled
|
||||
against GD-1.8 or later.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
¬e.config.jpeg;
|
||||
¬e.config.wbmp;
|
||||
|
||||
<para>
|
||||
See also <function>png2wbmp</function>.
|
||||
</para>
|
||||
|
|
|
@ -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.13 -->
|
||||
<refentry id="function.png2wbmp">
|
||||
<refnamediv>
|
||||
|
@ -23,14 +23,7 @@
|
|||
<parameter>d_width</parameter> you specify the height
|
||||
and width of the destination image.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<para>
|
||||
WBMP support is only available if PHP was compiled
|
||||
against GD-1.8 or later.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
¬e.config.wbmp;
|
||||
<para>
|
||||
See also <function>jpeg2wbmp</function>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue