mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed syntax error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93953 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f7bbf28ecc
commit
c3bc43da98
1 changed files with 12 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -15,9 +15,11 @@
|
|||
</para>
|
||||
<para>
|
||||
<note>
|
||||
Read requirements section about how to expand image capabilities
|
||||
to read, write and modify images and to read meta data of pictures
|
||||
taken by digital cameras.
|
||||
<simpara>
|
||||
Read requirements section about how to expand image capabilities
|
||||
to read, write and modify images and to read meta data of pictures
|
||||
taken by digital cameras.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
</section>
|
||||
|
@ -36,14 +38,14 @@
|
|||
Versions of <acronym>GD</acronym> older than gd-1.6
|
||||
support gif format images, and do not support png, where versions
|
||||
greater than gd-1.6 support png, not gif.
|
||||
<simpara>
|
||||
<note>
|
||||
Since PHP 4.3 there is a bundeled version of the GD lib. This bundeled
|
||||
version has some additional features like alpha blending and should
|
||||
be used in preference to the external library since it's codebase is
|
||||
better maintained and more stable.
|
||||
<simpara>
|
||||
Since PHP 4.3 there is a bundeled version of the GD lib. This bundeled
|
||||
version has some additional features like alpha blending and should
|
||||
be used in preference to the external library since it's codebase is
|
||||
better maintained and more stable.
|
||||
</simpara>
|
||||
</note>
|
||||
</simpara>
|
||||
</para>
|
||||
<para>
|
||||
If you have PHP compiled with <option role="configure">--enable-exif</option>
|
||||
|
|
Loading…
Reference in a new issue