sander Thu Apr 18 13:13:10 2002 EDT
Modified files:
/phpdoc/en/reference/image/functions image2wbmp.xml
imagealphablending.xml
imagearc.xml imagechar.xml
imagecharup.xml
imagecolorallocate.xml
imagecolorat.xml
imagecolorclosest.xml
imagecolorclosestalpha.xml
imagecolorclosesthwb.xml
imagecolordeallocate.xml
imagecolorexact.xml
imagecolorexactalpha.xml
imagecolorresolve.xml
imagecolorresolvealpha.xml
imagecolorset.xml
imagecolorsforindex.xml
imagecolorstotal.xml
imagecolortransparent.xml
imagecreate.xml
imagecreatefromgd.xml
imagecreatefromgd2.xml
imagecreatefromgd2part.xml
imagecreatefromgif.xml
imagecreatefromjpeg.xml
imagecreatefrompng.xml
imagecreatefromstring.xml
imagecreatefromwbmp.xml
imagecreatefromxbm.xml
imagecreatefromxpm.xml
imagedashedline.xml
imagedestroy.xml
imageellipse.xml imagefill.xml
imagefilledarc.xml
imagefilledellipse.xml
imagefilledpolygon.xml
imagefilledrectangle.xml
imagefilltoborder.xml
imagefttext.xml
imagegammacorrect.xml
imagegd.xml imagegd2.xml
imagegif.xml
imageinterlace.xml
imagejpeg.xml imageline.xml
imagepng.xml imagepolygon.xml
imagepstext.xml
imagerectangle.xml
imagesetbrush.xml
imagesetpixel.xml
imagesetstyle.xml
imagesetthickness.xml
imagesettile.xml
imagestring.xml
imagestringup.xml imagesx.xml
imagesy.xml
imagetruecolortopalette.xml
imagettftext.xml imagewbmp.xml
Log:
GD uses resources...
Index: phpdoc/en/reference/image/functions/image2wbmp.xml
diff -u phpdoc/en/reference/image/functions/image2wbmp.xml:1.2
phpdoc/en/reference/image/functions/image2wbmp.xml:1.3
--- phpdoc/en/reference/image/functions/image2wbmp.xml:1.2 Wed Apr 17 02:39:09
2002
+++ phpdoc/en/reference/image/functions/image2wbmp.xml Thu Apr 18 13:13:09 2002
@@ -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.image2wbmp">
<refnamediv>
@@ -10,14 +10,14 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>image2wbmp</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>threshold</parameter></methodparam>
</methodsynopsis>
<para>
<function>image2wbmp</function> creates the
<acronym>WBMP</acronym> file in filename from the image
- <parameter>im</parameter>. The <parameter>im</parameter> argument
+ <parameter>image</parameter>. The <parameter>image</parameter> argument
is the return from <function>imagecreate</function>.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imagealphablending.xml
diff -u phpdoc/en/reference/image/functions/imagealphablending.xml:1.2
phpdoc/en/reference/image/functions/imagealphablending.xml:1.3
--- phpdoc/en/reference/image/functions/imagealphablending.xml:1.2 Wed Apr 17
02:39:09 2002
+++ phpdoc/en/reference/image/functions/imagealphablending.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagealphablending">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagealphablending</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>bool</type><parameter>blendmode</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagearc.xml
diff -u phpdoc/en/reference/image/functions/imagearc.xml:1.2
phpdoc/en/reference/image/functions/imagearc.xml:1.3
--- phpdoc/en/reference/image/functions/imagearc.xml:1.2 Wed Apr 17 02:39:09
2002
+++ phpdoc/en/reference/image/functions/imagearc.xml Thu Apr 18 13:13:09 2002
@@ -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.imagearc">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagearc</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>cx</parameter></methodparam>
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
@@ -22,7 +22,7 @@
<para>
<function>imagearc</function> draws a partial ellipse centered at
<parameter>cx</parameter>, <parameter>cy</parameter> (top left is
- 0, 0) in the image represented by <parameter>im</parameter>.
+ 0, 0) in the image represented by <parameter>image</parameter>.
<parameter>W</parameter>
and <parameter>h</parameter> specifies the ellipse's width and
height respectively while the start and end points are specified
Index: phpdoc/en/reference/image/functions/imagechar.xml
diff -u phpdoc/en/reference/image/functions/imagechar.xml:1.2
phpdoc/en/reference/image/functions/imagechar.xml:1.3
--- phpdoc/en/reference/image/functions/imagechar.xml:1.2 Wed Apr 17 02:39:09
2002
+++ phpdoc/en/reference/image/functions/imagechar.xml Thu Apr 18 13:13:09 2002
@@ -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.imagechar">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagechar</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecharup.xml
diff -u phpdoc/en/reference/image/functions/imagecharup.xml:1.2
phpdoc/en/reference/image/functions/imagecharup.xml:1.3
--- phpdoc/en/reference/image/functions/imagecharup.xml:1.2 Wed Apr 17 02:39:09
2002
+++ phpdoc/en/reference/image/functions/imagecharup.xml Thu Apr 18 13:13:09 2002
@@ -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.imagecharup">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecharup</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imagecharup</function> draws the character
<parameter>c</parameter> vertically in the image identified by
- <parameter>im</parameter> at coordinates
+ <parameter>image</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
0, 0) with the color <parameter>col</parameter>.
If <parameter>font</parameter> is 1, 2, 3, 4 or 5, a built-in font is
Index: phpdoc/en/reference/image/functions/imagecolorallocate.xml
diff -u phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.2
phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorallocate.xml:1.2 Wed Apr 17
02:39:09 2002
+++ phpdoc/en/reference/image/functions/imagecolorallocate.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorallocate">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorallocate</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
@@ -20,12 +20,13 @@
identifier representing the color composed of the given
<acronym>RGB</acronym> components. The <parameter>im</parameter>
argument is the return from the <function>imagecreate</function>
- function. <parameter>Red</parameter>, <parameter>green</parameter> and
- blue are the values of the red, green and blue component of the requested
- color respectively. These parameters are integers between 0 and 255.
+ function. <parameter>red</parameter>, <parameter>green</parameter> and
+ <parameter>blue</parameter> are the values of the red, green and blue
+ component of the requested color respectively. These parameters are
+ integers between 0 and 255.
<function>imagecolorallocate</function> must be called
to create each color that is to be used in the image represented
- by <parameter>im</parameter>.
+ by <parameter>image</parameter>.
<informalexample>
<programlisting role="php">
<![CDATA[
Index: phpdoc/en/reference/image/functions/imagecolorat.xml
diff -u phpdoc/en/reference/image/functions/imagecolorat.xml:1.2
phpdoc/en/reference/image/functions/imagecolorat.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorat.xml:1.2 Wed Apr 17 02:39:10
2002
+++ phpdoc/en/reference/image/functions/imagecolorat.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorat">
<refnamediv>
@@ -10,13 +10,13 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorat</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Returns the index of the color of the pixel at the
- specified location in the image.
+ specified location in the image specified by <parameter>image</parameter>.
</para>
<para>
See also <function>imagecolorset</function> and
Index: phpdoc/en/reference/image/functions/imagecolorclosest.xml
diff -u phpdoc/en/reference/image/functions/imagecolorclosest.xml:1.2
phpdoc/en/reference/image/functions/imagecolorclosest.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorclosest.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorclosest.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorclosest">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorclosest</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorclosestalpha.xml
diff -u phpdoc/en/reference/image/functions/imagecolorclosestalpha.xml:1.2
phpdoc/en/reference/image/functions/imagecolorclosestalpha.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorclosestalpha.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorclosestalpha.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecolorclosestalpha">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorclosestalpha</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml
diff -u phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.2
phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorclosesthwb.xml Thu Apr 18
+13:13:09 2002
@@ -1,9 +1,9 @@
<?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.78 -->
<refentry id='function.imagecolorclosesthwb'>
<refnamediv>
- <refname>imagecolorclosestthwb</refname>
+ <refname>imagecolorclosesthwb</refname>
<refpurpose>
Get the index of the color which has the hue, white and blackness nearest to the
given color
</refpurpose>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorclosesthwb</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolordeallocate.xml
diff -u phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.2
phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolordeallocate.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolordeallocate.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecolordeallocate">
<refnamediv>
@@ -10,8 +10,8 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolordeallocate</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
- <methodparam><type>int</type><parameter>index</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
The <function>imagecolordeallocate</function> function
Index: phpdoc/en/reference/image/functions/imagecolorexact.xml
diff -u phpdoc/en/reference/image/functions/imagecolorexact.xml:1.2
phpdoc/en/reference/image/functions/imagecolorexact.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorexact.xml:1.2 Wed Apr 17 02:39:10
2002
+++ phpdoc/en/reference/image/functions/imagecolorexact.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorexact">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorexact</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorexactalpha.xml
diff -u phpdoc/en/reference/image/functions/imagecolorexactalpha.xml:1.2
phpdoc/en/reference/image/functions/imagecolorexactalpha.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorexactalpha.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorexactalpha.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecolorexactalpha">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorexactalpha</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorresolve.xml
diff -u phpdoc/en/reference/image/functions/imagecolorresolve.xml:1.2
phpdoc/en/reference/image/functions/imagecolorresolve.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorresolve.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorresolve.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorresolve">
<refnamediv>
@@ -13,7 +13,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorresolve</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorresolvealpha.xml
diff -u phpdoc/en/reference/image/functions/imagecolorresolvealpha.xml:1.2
phpdoc/en/reference/image/functions/imagecolorresolvealpha.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorresolvealpha.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorresolvealpha.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecolorresolvealpha">
<refnamediv>
@@ -13,7 +13,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorresolvealpha</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorset.xml
diff -u phpdoc/en/reference/image/functions/imagecolorset.xml:1.2
phpdoc/en/reference/image/functions/imagecolorset.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorset.xml:1.2 Wed Apr 17 02:39:10
2002
+++ phpdoc/en/reference/image/functions/imagecolorset.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorset">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>imagecolorset</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
<methodparam><type>int</type><parameter>red</parameter></methodparam>
<methodparam><type>int</type><parameter>green</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecolorsforindex.xml
diff -u phpdoc/en/reference/image/functions/imagecolorsforindex.xml:1.2
phpdoc/en/reference/image/functions/imagecolorsforindex.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorsforindex.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorsforindex.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorsforindex">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>imagecolorsforindex</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecolorstotal.xml
diff -u phpdoc/en/reference/image/functions/imagecolorstotal.xml:1.2
phpdoc/en/reference/image/functions/imagecolorstotal.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolorstotal.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolorstotal.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecolorstotal">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolorstotal</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
This returns the number of colors in the specified image's
Index: phpdoc/en/reference/image/functions/imagecolortransparent.xml
diff -u phpdoc/en/reference/image/functions/imagecolortransparent.xml:1.2
phpdoc/en/reference/image/functions/imagecolortransparent.xml:1.3
--- phpdoc/en/reference/image/functions/imagecolortransparent.xml:1.2 Wed Apr 17
02:39:10 2002
+++ phpdoc/en/reference/image/functions/imagecolortransparent.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecolortransparent">
<refnamediv>
@@ -10,15 +10,15 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagecolortransparent</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagecolortransparent</function> sets the transparent
- color in the <parameter>im</parameter> image to
- <parameter>col</parameter>. <parameter>im</parameter> is the
+ color in the <parameter>image</parameter> image to
+ <parameter>color</parameter>. <parameter>image</parameter> is the
image identifier returned by <function>imagecreate</function> and
- <parameter>col</parameter> is a color identifier returned by
+ <parameter>color</parameter> is a color identifier returned by
<function>imagecolorallocate</function>.
</para>
<note>
Index: phpdoc/en/reference/image/functions/imagecreate.xml
diff -u phpdoc/en/reference/image/functions/imagecreate.xml:1.2
phpdoc/en/reference/image/functions/imagecreate.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreate.xml:1.2 Wed Apr 17 02:39:11
2002
+++ phpdoc/en/reference/image/functions/imagecreate.xml Thu Apr 18 13:13:09 2002
@@ -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.imagecreate">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreate</methodname>
+ <type>resource</type><methodname>imagecreate</methodname>
<methodparam><type>int</type><parameter>x_size</parameter></methodparam>
<methodparam><type>int</type><parameter>y_size</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/image/functions/imagecreatefromgd.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgd.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromgd.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromgd.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgd.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecreatefromgd'>
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromgd</methodname>
+ <type>resource</type><methodname>imagecreatefromgd</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromgd2.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgd2.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromgd2.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromgd2.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgd2.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecreatefromgd2'>
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromgd2</methodname>
+ <type>resource</type><methodname>imagecreatefromgd2</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromgd2part.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgd2part.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromgd2part.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromgd2part.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgd2part.xml Thu Apr 18
+13:13:09 2002
@@ -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.imagecreatefromgd2part'>
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromgd2part</methodname>
+ <type>resource</type><methodname>imagecreatefromgd2part</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>int</type><parameter>srcX</parameter></methodparam>
<methodparam><type>int</type><parameter>srcY</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagecreatefromgif">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromgif</methodname>
+ <type>resource</type><methodname>imagecreatefromgif</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromjpeg.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromjpeg.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromjpeg.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromjpeg.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromjpeg.xml Thu Apr 18 13:13:09
+2002
@@ -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.4 -->
<refentry id="function.imagecreatefromjpeg">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromjpeg</methodname>
+ <type>resource</type><methodname>imagecreatefromjpeg</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefrompng.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefrompng.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefrompng.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefrompng.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefrompng.xml Thu Apr 18 13:13:09
+2002
@@ -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.4 -->
<refentry id="function.imagecreatefrompng">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefrompng</methodname>
+ <type>resource</type><methodname>imagecreatefrompng</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromstring.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromstring.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromstring.xml Thu Apr 18
+13:13:09 2002
@@ -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.31 -->
<refentry id="function.imagecreatefromstring">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromstring</methodname>
+ <type>resource</type><methodname>imagecreatefromstring</methodname>
<methodparam><type>string</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromwbmp.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromwbmp.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromwbmp.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromwbmp.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromwbmp.xml Thu Apr 18 13:13:09
+2002
@@ -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.30 -->
<refentry id="function.imagecreatefromwbmp">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromwbmp</methodname>
+ <type>resource</type><methodname>imagecreatefromwbmp</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromxbm.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromxbm.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromxbm.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromxbm.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromxbm.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecreatefromxbm">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromxbm</methodname>
+ <type>resource</type><methodname>imagecreatefromxbm</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagecreatefromxpm.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromxpm.xml:1.2
phpdoc/en/reference/image/functions/imagecreatefromxpm.xml:1.3
--- phpdoc/en/reference/image/functions/imagecreatefromxpm.xml:1.2 Wed Apr 17
02:39:11 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromxpm.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagecreatefromxpm">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>imagecreatefromxpm</methodname>
+ <type>resource</type><methodname>imagecreatefromxpm</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagedashedline.xml
diff -u phpdoc/en/reference/image/functions/imagedashedline.xml:1.2
phpdoc/en/reference/image/functions/imagedashedline.xml:1.3
--- phpdoc/en/reference/image/functions/imagedashedline.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagedashedline.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagedashedline">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagedashedline</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>
This function is deprecated. Use combination of
- <function>imagesetstyle</function> and <function>ImageLine</function>
+ <function>imagesetstyle</function> and <function>imageline</function>
instead.
</para>
</refsect1>
Index: phpdoc/en/reference/image/functions/imagedestroy.xml
diff -u phpdoc/en/reference/image/functions/imagedestroy.xml:1.2
phpdoc/en/reference/image/functions/imagedestroy.xml:1.3
--- phpdoc/en/reference/image/functions/imagedestroy.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagedestroy.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagedestroy">
<refnamediv>
@@ -10,11 +10,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagedestroy</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagedestroy</function> frees any memory associated
- with image <parameter>im</parameter>. <parameter>Im</parameter>
+ with image <parameter>image</parameter>. <parameter>image</parameter>
is the image identifier returned by the
<function>imagecreate</function> function.
</para>
Index: phpdoc/en/reference/image/functions/imageellipse.xml
diff -u phpdoc/en/reference/image/functions/imageellipse.xml:1.2
phpdoc/en/reference/image/functions/imageellipse.xml:1.3
--- phpdoc/en/reference/image/functions/imageellipse.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imageellipse.xml Thu Apr 18 13:13:09
+2002
@@ -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.imageellipse">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imageellipse</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>cx</parameter></methodparam>
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imageellipse</function> draws an ellipse centered at
<parameter>cx</parameter>, <parameter>cy</parameter> (top left is
- 0, 0) in the image represented by <parameter>im</parameter>.
+ 0, 0) in the image represented by <parameter>image</parameter>.
<parameter>W</parameter> and <parameter>h</parameter> specifies the
ellipse's width and height respectively. The color of the ellipse is
specified by <parameter>color</parameter>.
Index: phpdoc/en/reference/image/functions/imagefill.xml
diff -u phpdoc/en/reference/image/functions/imagefill.xml:1.2
phpdoc/en/reference/image/functions/imagefill.xml:1.3
--- phpdoc/en/reference/image/functions/imagefill.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagefill.xml Thu Apr 18 13:13:09 2002
@@ -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.2 -->
<refentry id="function.imagefill">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefill</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
@@ -19,7 +19,7 @@
<function>imagefill</function> performs a flood fill starting at
coordinate <parameter>x</parameter>, <parameter>y</parameter>
(top left is 0, 0) with color <parameter>col</parameter> in the
- image <parameter>im</parameter>.
+ image <parameter>image</parameter>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/image/functions/imagefilledarc.xml
diff -u phpdoc/en/reference/image/functions/imagefilledarc.xml:1.2
phpdoc/en/reference/image/functions/imagefilledarc.xml:1.3
--- phpdoc/en/reference/image/functions/imagefilledarc.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagefilledarc.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagefilledarc">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefilledarc</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>cx</parameter></methodparam>
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
@@ -23,7 +23,7 @@
<para>
<function>imagefilledarc</function> draws a partial ellipse centered at
<parameter>cx</parameter>, <parameter>cy</parameter> (top left is
- 0, 0) in the image represented by <parameter>im</parameter>.
+ 0, 0) in the image represented by <parameter>image</parameter>.
<parameter>W</parameter>
and <parameter>h</parameter> specifies the ellipse's width and
height respectively while the start and end points are specified
Index: phpdoc/en/reference/image/functions/imagefilledellipse.xml
diff -u phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.2
phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.3
--- phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.2 Wed Apr 17
02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagefilledellipse.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagefilledellipse">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefilledellipse</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>cx</parameter></methodparam>
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imagefilledellipse</function> draws an ellipse centered at
<parameter>cx</parameter>, <parameter>cy</parameter> (top left is
- 0, 0) in the image represented by <parameter>im</parameter>.
+ 0, 0) in the image represented by <parameter>image</parameter>.
<parameter>W</parameter> and <parameter>h</parameter> specifies the
ellipse's width and height respectively. The ellipse is filled using
<parameter>color</parameter>
Index: phpdoc/en/reference/image/functions/imagefilledpolygon.xml
diff -u phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.2
phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.3
--- phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.2 Wed Apr 17
02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagefilledpolygon.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagefilledpolygon">
<refnamediv>
@@ -10,17 +10,17 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefilledpolygon</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>array</type><parameter>points</parameter></methodparam>
<methodparam><type>int</type><parameter>num_points</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilledpolygon</function> creates a filled polygon
- in image <parameter>im</parameter>.
- <parameter>Points</parameter> is a PHP array containing the
+ in image <parameter>image</parameter>.
+ <parameter>points</parameter> is a PHP array containing the
polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2]
- = x1, points[3] = y1, etc. <parameter>Num_points</parameter> is
+ = x1, points[3] = y1, etc. <parameter>num_points</parameter> is
the total number of vertices.
</para>
</refsect1>
Index: phpdoc/en/reference/image/functions/imagefilledrectangle.xml
diff -u phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.2
phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.3
--- phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.2 Wed Apr 17
02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagefilledrectangle.xml Thu Apr 18
+13:13:09 2002
@@ -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.2 -->
<refentry id="function.imagefilledrectangle">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefilledrectangle</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imagefilledrectangle</function> creates a filled
rectangle of color <parameter>col</parameter> in image
- <parameter>im</parameter> starting at upper left coordinates
+ <parameter>image</parameter> starting at upper left coordinates
<parameter>x1</parameter>, <parameter>y1</parameter> and ending
at bottom right coordinates <parameter>x2</parameter>,
<parameter>y2</parameter>. 0, 0 is the top left corner of the
Index: phpdoc/en/reference/image/functions/imagefilltoborder.xml
diff -u phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.2
phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.3
--- phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.2 Wed Apr 17
02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagefilltoborder.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagefilltoborder">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagefilltoborder</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>int</type><parameter>border</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagefttext.xml
diff -u phpdoc/en/reference/image/functions/imagefttext.xml:1.2
phpdoc/en/reference/image/functions/imagefttext.xml:1.3
--- phpdoc/en/reference/image/functions/imagefttext.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagefttext.xml Thu Apr 18 13:13:09 2002
@@ -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.imagefttext'>
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>imagefttext</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
<methodparam><type>int</type><parameter>angle</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagegammacorrect.xml
diff -u phpdoc/en/reference/image/functions/imagegammacorrect.xml:1.2
phpdoc/en/reference/image/functions/imagegammacorrect.xml:1.3
--- phpdoc/en/reference/image/functions/imagegammacorrect.xml:1.2 Wed Apr 17
02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagegammacorrect.xml Thu Apr 18 13:13:09
+2002
@@ -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.imagegammacorrect">
<refnamediv>
@@ -10,13 +10,13 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagegammacorrect</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>float</type><parameter>inputgamma</parameter></methodparam>
<methodparam><type>float</type><parameter>outputgamma</parameter></methodparam>
</methodsynopsis>
<para>
The <function>imagegammacorrect</function> function applies gamma
- correction to a gd image stream (<parameter>im</parameter>) given
+ correction to a gd image stream (<parameter>image</parameter>) given
an input gamma, the parameter <parameter>inputgamma</parameter>
and an output gamma, the parameter
<parameter>outputgamma</parameter>.
Index: phpdoc/en/reference/image/functions/imagegd.xml
diff -u phpdoc/en/reference/image/functions/imagegd.xml:1.2
phpdoc/en/reference/image/functions/imagegd.xml:1.3
--- phpdoc/en/reference/image/functions/imagegd.xml:1.2 Wed Apr 17 02:39:12 2002
+++ phpdoc/en/reference/image/functions/imagegd.xml Thu Apr 18 13:13:09 2002
@@ -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.imagegd'>
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagegd</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagegd2.xml
diff -u phpdoc/en/reference/image/functions/imagegd2.xml:1.2
phpdoc/en/reference/image/functions/imagegd2.xml:1.3
--- phpdoc/en/reference/image/functions/imagegd2.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagegd2.xml Thu Apr 18 13:13:09 2002
@@ -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.imagegd2'>
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagegd2</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagegif.xml
diff -u phpdoc/en/reference/image/functions/imagegif.xml:1.2
phpdoc/en/reference/image/functions/imagegif.xml:1.3
--- phpdoc/en/reference/image/functions/imagegif.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imagegif.xml Thu Apr 18 13:13:09 2002
@@ -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.3 -->
<refentry id="function.imagegif">
<refnamediv>
@@ -10,13 +10,13 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagegif</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagegif</function> creates the <acronym>GIF</acronym>
- file in filename from the image <parameter>im</parameter>. The
- <parameter>im</parameter> argument is the return from the
+ file in filename from the image <parameter>image</parameter>. The
+ <parameter>image</parameter> argument is the return from the
<function>imagecreate</function> function.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imageinterlace.xml
diff -u phpdoc/en/reference/image/functions/imageinterlace.xml:1.2
phpdoc/en/reference/image/functions/imageinterlace.xml:1.3
--- phpdoc/en/reference/image/functions/imageinterlace.xml:1.2 Wed Apr 17 02:39:12
2002
+++ phpdoc/en/reference/image/functions/imageinterlace.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imageinterlace">
<refnamediv>
@@ -10,12 +10,12 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imageinterlace</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>interlace</parameter></methodparam>
</methodsynopsis>
<para>
<function>imageinterlace</function> turns the interlace bit on or off.
- If interlace is 1 the im image will be interlaced, and if interlace
+ If interlace is 1 the image will be interlaced, and if interlace
is 0 the interlace bit is turned off.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imagejpeg.xml
diff -u phpdoc/en/reference/image/functions/imagejpeg.xml:1.2
phpdoc/en/reference/image/functions/imagejpeg.xml:1.3
--- phpdoc/en/reference/image/functions/imagejpeg.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagejpeg.xml Thu Apr 18 13:13:09 2002
@@ -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.30 -->
<refentry id="function.imagejpeg">
<refnamediv>
@@ -10,14 +10,14 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagejpeg</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>quality</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagejpeg</function> creates the
<acronym>JPEG</acronym> file in filename from the image
- <parameter>im</parameter>. The <parameter>im</parameter> argument
+ <parameter>image</parameter>. The <parameter>image</parameter> argument
is the return from the <function>imagecreate</function> function.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imageline.xml
diff -u phpdoc/en/reference/image/functions/imageline.xml:1.2
phpdoc/en/reference/image/functions/imageline.xml:1.3
--- phpdoc/en/reference/image/functions/imageline.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imageline.xml Thu Apr 18 13:13:09 2002
@@ -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.2 -->
<refentry id="function.imageline">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imageline</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagepng.xml
diff -u phpdoc/en/reference/image/functions/imagepng.xml:1.2
phpdoc/en/reference/image/functions/imagepng.xml:1.3
--- phpdoc/en/reference/image/functions/imagepng.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagepng.xml Thu Apr 18 13:13:09 2002
@@ -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.7 -->
<refentry id="function.imagepng">
<refnamediv>
@@ -10,12 +10,12 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagepng</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
The <function>imagepng</function> outputs a GD image stream
- (<parameter>im</parameter>) in PNG format to standard output
+ (<parameter>image</parameter>) in PNG format to standard output
(usually the browser) or, if a filename is given by the
<parameter>filename</parameter> it outputs the image to the file.
<informalexample>
Index: phpdoc/en/reference/image/functions/imagepolygon.xml
diff -u phpdoc/en/reference/image/functions/imagepolygon.xml:1.2
phpdoc/en/reference/image/functions/imagepolygon.xml:1.3
--- phpdoc/en/reference/image/functions/imagepolygon.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagepolygon.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagepolygon">
<refnamediv>
@@ -10,16 +10,16 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagepolygon</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>array</type><parameter>points</parameter></methodparam>
<methodparam><type>int</type><parameter>num_points</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagepolygon</function> creates a polygon in image id.
- <parameter>Points</parameter> is a PHP array containing the
+ <parameter>points</parameter> is a PHP array containing the
polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2]
- = x1, points[3] = y1, etc. <parameter>Num_points</parameter> is
+ = x1, points[3] = y1, etc. <parameter>num_points</parameter> is
the total number of vertices.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imagepstext.xml
diff -u phpdoc/en/reference/image/functions/imagepstext.xml:1.2
phpdoc/en/reference/image/functions/imagepstext.xml:1.3
--- phpdoc/en/reference/image/functions/imagepstext.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagepstext.xml Thu Apr 18 13:13:09 2002
@@ -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.2 -->
<refentry id="function.imagepstext">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>imagepstext</methodname>
- <methodparam><type>int</type><parameter>image</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>string</type><parameter>text</parameter></methodparam>
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagerectangle.xml
diff -u phpdoc/en/reference/image/functions/imagerectangle.xml:1.2
phpdoc/en/reference/image/functions/imagerectangle.xml:1.3
--- phpdoc/en/reference/image/functions/imagerectangle.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagerectangle.xml Thu Apr 18 13:13:09
+2002
@@ -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.2 -->
<refentry id="function.imagerectangle">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagerectangle</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x1</parameter></methodparam>
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
@@ -19,9 +19,9 @@
</methodsynopsis>
<para>
<function>imagerectangle</function> creates a rectangle of color
- col in image im starting at upper left coordinate x1, y1 and
- ending at bottom right coordinate x2, y2. 0, 0 is the top left
- corner of the image.
+ col in image <parameter>image</parameter> starting at upper left
+ coordinate x1, y1 and ending at bottom right coordinate x2, y2.
+ 0, 0 is the top left corner of the image.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/image/functions/imagesetbrush.xml
diff -u phpdoc/en/reference/image/functions/imagesetbrush.xml:1.2
phpdoc/en/reference/image/functions/imagesetbrush.xml:1.3
--- phpdoc/en/reference/image/functions/imagesetbrush.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagesetbrush.xml Thu Apr 18 13:13:10
+2002
@@ -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.34 -->
<refentry id="function.imagesetbrush">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesetbrush</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>resource</type><parameter>brush</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagesetpixel.xml
diff -u phpdoc/en/reference/image/functions/imagesetpixel.xml:1.2
phpdoc/en/reference/image/functions/imagesetpixel.xml:1.3
--- phpdoc/en/reference/image/functions/imagesetpixel.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagesetpixel.xml Thu Apr 18 13:13:10
+2002
@@ -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.2 -->
<refentry id="function.imagesetpixel">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesetpixel</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>int</type><parameter>col</parameter></methodparam>
@@ -18,7 +18,7 @@
<para>
<function>imagesetpixel</function> draws a pixel at
<parameter>x</parameter>, <parameter>y</parameter> (top left is
- 0, 0) in image <parameter>im</parameter> of color
+ 0, 0) in image <parameter>image</parameter> of color
<parameter>col</parameter>.
</para>
<para>
Index: phpdoc/en/reference/image/functions/imagesetstyle.xml
diff -u phpdoc/en/reference/image/functions/imagesetstyle.xml:1.2
phpdoc/en/reference/image/functions/imagesetstyle.xml:1.3
--- phpdoc/en/reference/image/functions/imagesetstyle.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagesetstyle.xml Thu Apr 18 13:13:10
+2002
@@ -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.43 -->
<refentry id="function.imagesetstyle">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesetstyle</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>array</type><parameter>style</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagesetthickness.xml
diff -u phpdoc/en/reference/image/functions/imagesetthickness.xml:1.2
phpdoc/en/reference/image/functions/imagesetthickness.xml:1.3
--- phpdoc/en/reference/image/functions/imagesetthickness.xml:1.2 Wed Apr 17
02:39:14 2002
+++ phpdoc/en/reference/image/functions/imagesetthickness.xml Thu Apr 18 13:13:10
+2002
@@ -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.34 -->
<refentry id="function.imagesetthickness">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>imagesetthickness</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>thickness</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagesettile.xml
diff -u phpdoc/en/reference/image/functions/imagesettile.xml:1.2
phpdoc/en/reference/image/functions/imagesettile.xml:1.3
--- phpdoc/en/reference/image/functions/imagesettile.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagesettile.xml Thu Apr 18 13:13:10
+2002
@@ -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.34 -->
<refentry id="function.imagesettile">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesettile</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>resource</type><parameter>tile</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/image/functions/imagestring.xml
diff -u phpdoc/en/reference/image/functions/imagestring.xml:1.2
phpdoc/en/reference/image/functions/imagestring.xml:1.3
--- phpdoc/en/reference/image/functions/imagestring.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagestring.xml Thu Apr 18 13:13:10 2002
@@ -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.2 -->
<refentry id="function.imagestring">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagestring</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imagestring</function> draws the string
<parameter>s</parameter> in the image identified by
- <parameter>im</parameter> at coordinates
+ <parameter>image</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
0, 0) in color <parameter>col</parameter>. If font is 1, 2, 3, 4
or 5, a built-in font is used.
Index: phpdoc/en/reference/image/functions/imagestringup.xml
diff -u phpdoc/en/reference/image/functions/imagestringup.xml:1.2
phpdoc/en/reference/image/functions/imagestringup.xml:1.3
--- phpdoc/en/reference/image/functions/imagestringup.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagestringup.xml Thu Apr 18 13:13:10
+2002
@@ -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.2 -->
<refentry id="function.imagestringup">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagestringup</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>font</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
@@ -20,7 +20,7 @@
<para>
<function>imagestringup</function> draws the string
<parameter>s</parameter> vertically in the image identified by
- <parameter>im</parameter> at coordinates
+ <parameter>image</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
0, 0) in color <parameter>col</parameter>. If font is 1, 2, 3, 4
or 5, a built-in font is used.
Index: phpdoc/en/reference/image/functions/imagesx.xml
diff -u phpdoc/en/reference/image/functions/imagesx.xml:1.2
phpdoc/en/reference/image/functions/imagesx.xml:1.3
--- phpdoc/en/reference/image/functions/imagesx.xml:1.2 Wed Apr 17 02:39:14 2002
+++ phpdoc/en/reference/image/functions/imagesx.xml Thu Apr 18 13:13:10 2002
@@ -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.2 -->
<refentry id="function.imagesx">
<refnamediv>
@@ -10,11 +10,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesx</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagesx</function> returns the width of the image
- identified by <parameter>im</parameter>.
+ identified by <parameter>image</parameter>.
</para>
<para>
See also <function>imagecreate</function> and
Index: phpdoc/en/reference/image/functions/imagesy.xml
diff -u phpdoc/en/reference/image/functions/imagesy.xml:1.2
phpdoc/en/reference/image/functions/imagesy.xml:1.3
--- phpdoc/en/reference/image/functions/imagesy.xml:1.2 Wed Apr 17 02:39:14 2002
+++ phpdoc/en/reference/image/functions/imagesy.xml Thu Apr 18 13:13:10 2002
@@ -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.2 -->
<refentry id="function.imagesy">
<refnamediv>
@@ -10,11 +10,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagesy</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagesy</function> returns the height of the image
- identified by <parameter>im</parameter>.
+ identified by <parameter>image</parameter>.
</para>
<para>
See also <function>imagecreate</function> and
Index: phpdoc/en/reference/image/functions/imagetruecolortopalette.xml
diff -u phpdoc/en/reference/image/functions/imagetruecolortopalette.xml:1.2
phpdoc/en/reference/image/functions/imagetruecolortopalette.xml:1.3
--- phpdoc/en/reference/image/functions/imagetruecolortopalette.xml:1.2 Wed Apr 17
02:39:14 2002
+++ phpdoc/en/reference/image/functions/imagetruecolortopalette.xml Thu Apr 18
+13:13:10 2002
@@ -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.34 -->
<refentry id="function.imagetruecolortopalette">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>imagetruecolortopalette</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>bool</type><parameter>dither</parameter></methodparam>
<methodparam><type>int</type><parameter>ncolors</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/image/functions/imagettftext.xml
diff -u phpdoc/en/reference/image/functions/imagettftext.xml:1.2
phpdoc/en/reference/image/functions/imagettftext.xml:1.3
--- phpdoc/en/reference/image/functions/imagettftext.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagettftext.xml Thu Apr 18 13:13:10
+2002
@@ -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.2 -->
<refentry id="function.imagettftext">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>imagettftext</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
<methodparam><type>int</type><parameter>angle</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
@@ -22,7 +22,7 @@
<para>
<function>imagettftext</function> draws the string
<parameter>text</parameter> in the image identified by
- <parameter>im</parameter>, starting at coordinates
+ <parameter>image</parameter>, starting at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is 0, 0), at
an angle of <parameter>angle</parameter> in color
<parameter>col</parameter>, using the TrueType font file identified by
Index: phpdoc/en/reference/image/functions/imagewbmp.xml
diff -u phpdoc/en/reference/image/functions/imagewbmp.xml:1.2
phpdoc/en/reference/image/functions/imagewbmp.xml:1.3
--- phpdoc/en/reference/image/functions/imagewbmp.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagewbmp.xml Thu Apr 18 13:13:10 2002
@@ -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.2 -->
<refentry id="function.imagewbmp">
<refnamediv>
@@ -10,14 +10,14 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>imagewbmp</methodname>
- <methodparam><type>int</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>foreground</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagewbmp</function> creates the
<acronym>WBMP</acronym> file in filename from the image
- <parameter>im</parameter>. The <parameter>im</parameter> argument
+ <parameter>image</parameter>. The <parameter>image</parameter> argument
is the return from the <function>imagecreate</function> function.
</para>
<para>