Some small fixes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76668 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Slawomir Pucia 2002-04-05 10:22:17 +00:00
parent 39900c82ab
commit 549a07f8e0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.84 $ -->
<!-- $Revision: 1.85 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@ -55,7 +55,7 @@
<para>
<function>exif_imagetype</function> reads the first bytes of an image and
checks its signature. When a correct signature is found a constant will be
returned otherwise the return value is &false; The return value is the same
returned otherwise the return value is &false;. The return value is the same
value that <function>GetImageSize</function> returns in index 2 but this
function is much faster.
</para>
@ -299,7 +299,7 @@ THUMBNAIL.Thumbnail.Height: 1
Both parameters <parameter>width</parameter> and <parameter>height</parameter> are
available since PHP 4.3 and return the size of the thumbnail. It is possible that
<function>exif_thumbnail</function> cannot create and image but determine the its
size. In this case the return value is false but <parameter>width</parameter> and
size. In this case the return value is &false; but <parameter>width</parameter> and
<parameter>height</parameter> are set.
</para>
<para>
@ -482,7 +482,7 @@ THUMBNAIL.Thumbnail.Height: 1
</methodsynopsis>
<para>
<function>ImageAlphaBlending</function> allows for two different
modes of drawing on truecolor images. In blending mode, the
modes of drawing on truecolor images. In blending mode, the
alpha channel component of the color supplied to all drawing function,
such as <function>ImageSetPixel</function> determines how much of the
underlying color should be allowed to shine through. As a result, gd
@ -1376,7 +1376,7 @@ ImagePng ($im);
<refentry id="function.imagecreatetruecolor">
<refnamediv>
<refname>ImageCreateTrueColor</refname>
<refpurpose>Create a new &true; color image</refpurpose>
<refpurpose>Create a new true color image</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1396,7 +1396,7 @@ ImagePng ($im);
<refentry id="function.imagetruecolortopalette">
<refnamediv>
<refname>ImageTrueColorToPalette</refname>
<refpurpose>Convert a &true; color image to a palette image</refpurpose>
<refpurpose>Convert a true color image to a palette image</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>