jimw Tue Dec 18 15:14:52 2001 EDT
Modified files:
/phpdoc/en/functions image.xml
Log:
various: use goofy studly caps that are the convention for this extension; imagearc:
add see alsos, incorporate notes
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.68 phpdoc/en/functions/image.xml:1.69
--- phpdoc/en/functions/image.xml:1.68 Mon Dec 17 17:46:07 2001
+++ phpdoc/en/functions/image.xml Tue Dec 18 15:14:51 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.68 $ -->
+<!-- $Revision: 1.69 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@@ -241,7 +241,13 @@
and <parameter>h</parameter> specifies the ellipse's width and
height respectively while the start and end points are specified
in degrees indicated by the <parameter>s</parameter> and
- <parameter>e</parameter>. arguments.
+ <parameter>e</parameter> arguments. 0° is located at the three-o'clock
+ position, and the arc is drawn counter-clockwise.
+ </para>
+ <para>
+ See also <function>ImageEllipse</function>,
+ <function>ImageFilledEllipse</function>, and
+ <function>ImageFilledArc</function>.
</para>
</refsect1>
</refentry>
@@ -601,7 +607,7 @@
<refentry id='function.imagecolorclosesthwb'>
<refnamediv>
- <refname>imagecolorclosesthwb</refname>
+ <refname>ImageColorClosestThwb</refname>
<refpurpose>
Get the index of the color which has the hue, white and blackness nearest to the
given color
</refpurpose>
@@ -1227,7 +1233,7 @@
<refentry id='function.imagecreatefromgd'>
<refnamediv>
- <refname>imagecreatefromgd</refname>
+ <refname>ImageCreateFromGD</refname>
<refpurpose>
Create a new image from GD file or URL
</refpurpose>
@@ -1248,7 +1254,7 @@
<refentry id='function.imagecreatefromgd2'>
<refnamediv>
- <refname>imagecreatefromgd2</refname>
+ <refname>ImageCreateFromGD2</refname>
<refpurpose>
Create a new image from GD2 file or URL
</refpurpose>
@@ -1269,7 +1275,7 @@
<refentry id='function.imagecreatefromgd2part'>
<refnamediv>
- <refname>imagecreatefromgd2part</refname>
+ <refname>ImageCreateFromGD2Part</refname>
<refpurpose>
Create a new image from a given part of GD2 file or URL
</refpurpose>
@@ -1762,7 +1768,7 @@
<refentry id='function.imagegd'>
<refnamediv>
- <refname>imagegd</refname>
+ <refname>ImageGD</refname>
<refpurpose>
Output GD image to browser or file
</refpurpose>
@@ -1784,7 +1790,7 @@
<refentry id='function.imagegd2'>
<refnamediv>
- <refname>imagegd2</refname>
+ <refname>ImageGD2</refname>
<refpurpose>
Output GD2 image to browser or file
</refpurpose>
@@ -3099,7 +3105,7 @@
<refentry id='function.imageftbbox'>
<refnamediv>
- <refname>imageftbbox</refname>
+ <refname>ImageFtBBox</refname>
<refpurpose>
Give the bounding box of a text using fonts via freetype2
</refpurpose>
@@ -3225,9 +3231,9 @@
<refentry id='function.imagefttext'>
<refnamediv>
- <refname>imagefttext</refname>
+ <refname>ImageFtText</refname>
<refpurpose>
- Write text to the image using fonts via freetype2
+ Write text to the image using fonts using FreeType 2
</refpurpose>
</refnamediv>
<refsect1>