cortesi Fri Apr 5 19:03:13 2002 EDT
Modified files:
/phpdoc/en/functions image.xml
Log:
starting the lowercasing
#blame Derick
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.88 phpdoc/en/functions/image.xml:1.89
--- phpdoc/en/functions/image.xml:1.88 Fri Apr 5 10:13:31 2002
+++ phpdoc/en/functions/image.xml Fri Apr 5 19:03:11 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.88 $ -->
+<!-- $Revision: 1.89 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@@ -56,7 +56,7 @@
<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
- value that <function>GetImageSize</function> returns in index 2 but this
+ value that <function>getimagesize</function> returns in index 2 but this
function is much faster.
</para>
<para>
@@ -81,7 +81,7 @@
This function does not require the GD image library.
</simpara>
<simpara>
- See also <function>GetImageSize</function>.
+ See also <function>getimagesize</function>.
</simpara>
</note>
</para>
@@ -248,7 +248,7 @@
</note>
<note>
<para>
- Height and Width are computed the same way <function>GetImageSize</function>
+ Height and Width are computed the same way <function>getimagesize</function>
does so their values must not be part of any header returned. Also html is
a height/width text string to be used inside a normal <acronym>HTML</acronym>.
</para>
@@ -273,7 +273,7 @@
This function does not require the GD image library.
</simpara>
<simpara>
- See also <function>exif_thumbnail</function> and
<function>GetImageSize</function>.
+ See also <function>exif_thumbnail</function> and
+<function>getimagesize</function>.
</simpara>
</note>
</refsect1>
@@ -328,7 +328,7 @@
<refentry id="function.getimagesize">
<refnamediv>
- <refname>GetImageSize</refname>
+ <refname>getimagesize</refname>
<refpurpose>Get the size of an image</refpurpose>
</refnamediv>
<refsect1>
@@ -339,7 +339,7 @@
<methodparam
choice="opt"><type>array</type><parameter>imageinfo</parameter></methodparam>
</methodsynopsis>
<para>
- The <function>GetImageSize</function> function will determine the
+ The <function>getimagesize</function> function will determine the
size of any <acronym>GIF</acronym>, <acronym>JPG</acronym>,
<acronym>PNG</acronym>, <acronym>SWF</acronym>,
<acronym>PSD</acronym>, <acronym>TIFF</acronym>
@@ -435,7 +435,7 @@
<refentry id="function.image2wbmp">
<refnamediv>
- <refname>Image2WBMP</refname>
+ <refname>image2wbmp</refname>
<refpurpose>Output image to browser or file</refpurpose>
</refnamediv>
<refsect1>
@@ -447,10 +447,10 @@
<methodparam
choice="opt"><type>int</type><parameter>threshold</parameter></methodparam>
</methodsynopsis>
<para>
- <function>Image2WBMP</function> creates the
+ <function>image2wbmp</function> creates the
<acronym>WBMP</acronym> file in filename from the image
<parameter>im</parameter>. The <parameter>im</parameter> argument
- is the return from <function>ImageCreate</function>.
+ is the return from <function>imagecreate</function>.
</para>
<para>
The filename argument is optional, and if left off, the raw image
@@ -466,14 +466,14 @@
</para>
</note>
<para>
- See also <function>ImageWBMP</function>.
+ See also <function>imagewbmp</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagealphablending">
<refnamediv>
- <refname>ImageAlphaBlending</refname>
+ <refname>imagealphablending</refname>
<refpurpose>Set the blending mode for an image</refpurpose>
</refnamediv>
<refsect1>
@@ -484,10 +484,10 @@
<methodparam><type>bool</type><parameter>blendmode</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageAlphaBlending</function> allows for two different
+ <function>imagealphablending</function> allows for two different
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
+ such as <function>imagesetpixel</function> determines how much of the
underlying color should be allowed to shine through. As a result, gd
automatically blends the existing color at that point with the drawing color,
and stores the result in the image. The resulting pixel is opaque. In
@@ -504,7 +504,7 @@
<refentry id="function.imagearc">
<refnamediv>
- <refname>ImageArc</refname>
+ <refname>imagearc</refname>
<refpurpose>Draw a partial ellipse</refpurpose>
</refnamediv>
<refsect1>
@@ -521,7 +521,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageArc</function> draws a partial ellipse centered at
+ <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>.
<parameter>W</parameter>
@@ -532,16 +532,16 @@
position, and the arc is drawn counter-clockwise.
</para>
<para>
- See also <function>ImageEllipse</function>,
- <function>ImageFilledEllipse</function>, and
- <function>ImageFilledArc</function>.
+ See also <function>imageellipse</function>,
+ <function>imagefilledellipse</function>, and
+ <function>imagefilledarc</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagefilledarc">
<refnamediv>
- <refname>ImageFilledArc</refname>
+ <refname>imagefilledarc</refname>
<refpurpose>Draw a partial ellipse and fill it</refpurpose>
</refnamediv>
<refsect1>
@@ -559,7 +559,7 @@
<methodparam><type>int</type><parameter>style</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFilledArc</function> draws a partial ellipse centered at
+ <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>.
<parameter>W</parameter>
@@ -592,7 +592,7 @@
<refentry id="function.imageellipse">
<refnamediv>
- <refname>ImageEllipse</refname>
+ <refname>imageellipse</refname>
<refpurpose>Draw an ellipse</refpurpose>
</refnamediv>
<refsect1>
@@ -607,7 +607,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageEllipse</function> draws an ellipse centered at
+ <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>.
<parameter>W</parameter> and <parameter>h</parameter> specifies the
@@ -616,7 +616,7 @@
</para>
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.2 or
later</para></note>
<para>
- See also <function>ImageArc</function>.
+ See also <function>imagearc</function>.
</para>
</refsect1>
</refentry>
@@ -624,7 +624,7 @@
<refentry id="function.imagefilledellipse">
<refnamediv>
- <refname>ImageFilledEllipse</refname>
+ <refname>imagefilledellipse</refname>
<refpurpose>Draw a filled ellipse</refpurpose>
</refnamediv>
<refsect1>
@@ -639,7 +639,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFilledEllipse</function> draws an ellipse centered at
+ <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>.
<parameter>W</parameter> and <parameter>h</parameter> specifies the
@@ -648,14 +648,14 @@
</para>
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or
later</para></note>
<para>
- See also <function>ImageFilledArc</function>.
+ See also <function>imagefilledarc</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagechar">
<refnamediv>
- <refname>ImageChar</refname>
+ <refname>imagechar</refname>
<refpurpose>Draw a character horizontally</refpurpose>
</refnamediv>
<refsect1>
@@ -670,7 +670,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageChar</function> draws the first character of
+ <function>imagechar</function> draws the first character of
<parameter>c</parameter> in the image identified by
<parameter>id</parameter> with its upper-left at
<parameter>x</parameter>,<parameter>y</parameter> (top left is 0,
@@ -686,7 +686,7 @@
<refentry id="function.imagecharup">
<refnamediv>
- <refname>ImageCharUp</refname>
+ <refname>imagecharup</refname>
<refpurpose>Draw a character vertically</refpurpose>
</refnamediv>
<refsect1>
@@ -701,7 +701,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCharUp</function> draws the character
+ <function>imagecharup</function> draws the character
<parameter>c</parameter> vertically in the image identified by
<parameter>im</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
@@ -717,7 +717,7 @@
<refentry id="function.imagecolorallocate">
<refnamediv>
- <refname>ImageColorAllocate</refname>
+ <refname>imagecolorallocate</refname>
<refpurpose>Allocate a color for an image</refpurpose>
</refnamediv>
<refsect1>
@@ -730,14 +730,14 @@
<methodparam><type>int</type><parameter>blue</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageColorAllocate</function> returns a color
+ <function>imagecolorallocate</function> returns a color
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>ImageColorAllocate</function> must be called
+ <function>imagecolorallocate</function> must be called
to create each color that is to be used in the image represented
by <parameter>im</parameter>.
<informalexample>
@@ -757,7 +757,7 @@
<refentry id="function.imagecolordeallocate">
<refnamediv>
- <refname>ImageColorDeAllocate</refname>
+ <refname>imagecolordeallocate</refname>
<refpurpose>
De-allocate a color for an image
</refpurpose>
@@ -770,9 +770,9 @@
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
- The <function>ImageColorDeAllocate</function> function
+ The <function>imagecolordeallocate</function> function
de-allocates a color previously allocated with the
- <function>ImageColorAllocate</function> function.
+ <function>imagecolorallocate</function> function.
<informalexample>
<programlisting role="php">
<![CDATA[
@@ -787,7 +787,7 @@
<refentry id="function.imagecolorat">
<refnamediv>
- <refname>ImageColorAt</refname>
+ <refname>imagecolorat</refname>
<refpurpose>Get the index of the color of a pixel</refpurpose>
</refnamediv>
<refsect1>
@@ -811,7 +811,7 @@
<refentry id="function.imagecolorclosest">
<refnamediv>
- <refname>ImageColorClosest</refname>
+ <refname>imagecolorclosest</refname>
<refpurpose>
Get the index of the closest color to the specified color
</refpurpose>
@@ -842,7 +842,7 @@
<refentry id="function.imagecolorclosestalpha">
<refnamediv>
- <refname>ImageColorClosestAlpha</refname>
+ <refname>imagecolorclosestalpha</refname>
<refpurpose>
Get the index of the closest color to the specified color + alpha
</refpurpose>
@@ -870,7 +870,7 @@
<refentry id='function.imagecolorclosesthwb'>
<refnamediv>
- <refname>ImageColorClosestThwb</refname>
+ <refname>imagecolorclosestthwb</refname>
<refpurpose>
Get the index of the color which has the hue, white and blackness nearest to the
given color
</refpurpose>
@@ -892,7 +892,7 @@
<refentry id="function.imagecolorexact">
<refnamediv>
- <refname>ImageColorExact</refname>
+ <refname>imagecolorexact</refname>
<refpurpose>Get the index of the specified color</refpurpose>
</refnamediv>
<refsect1>
@@ -920,7 +920,7 @@
<refentry id="function.imagecolorexactalpha">
<refnamediv>
- <refname>ImageColorExactAlpha</refname>
+ <refname>imagecolorexactalpha</refname>
<refpurpose>Get the index of the specified color + alpha</refpurpose>
</refnamediv>
<refsect1>
@@ -951,7 +951,7 @@
<refentry id="function.imagecolorresolve">
<refnamediv>
- <refname>ImageColorResolve</refname>
+ <refname>imagecolorresolve</refname>
<refpurpose>
Get the index of the specified color or its closest possible
alternative
@@ -979,7 +979,7 @@
<refentry id="function.imagecolorresolvealpha">
<refnamediv>
- <refname>ImageColorResolveAlpha</refname>
+ <refname>imagecolorresolvealpha</refname>
<refpurpose>
Get the index of the specified color + alpha or its closest possible
alternative
@@ -1011,7 +1011,7 @@
<refentry id="function.imagegammacorrect">
<refnamediv>
- <refname>ImageGammaCorrect</refname>
+ <refname>imagegammacorrect</refname>
<refpurpose>
Apply a gamma correction to a GD image
</refpurpose>
@@ -1025,7 +1025,7 @@
<methodparam><type>float</type><parameter>outputgamma</parameter></methodparam>
</methodsynopsis>
<para>
- The <function>ImageGammaCorrect</function> function applies gamma
+ The <function>imagegammacorrect</function> function applies gamma
correction to a gd image stream (<parameter>im</parameter>) given
an input gamma, the parameter <parameter>inputgamma</parameter>
and an output gamma, the parameter
@@ -1036,7 +1036,7 @@
<refentry id="function.imagecolorset">
<refnamediv>
- <refname>ImageColorSet</refname>
+ <refname>imagecolorset</refname>
<refpurpose>
Set the color for the specified palette index
</refpurpose>
@@ -1065,7 +1065,7 @@
<refentry id="function.imagecolorsforindex">
<refnamediv>
- <refname>ImageColorsForIndex</refname>
+ <refname>imagecolorsforindex</refname>
<refpurpose>Get the colors for an index</refpurpose>
</refnamediv>
<refsect1>
@@ -1089,7 +1089,7 @@
<refentry id="function.imagecolorstotal">
<refnamediv>
- <refname>ImageColorsTotal</refname>
+ <refname>imagecolorstotal</refname>
<refpurpose>
Find out the number of colors in an image's palette
</refpurpose>
@@ -1113,7 +1113,7 @@
<refentry id="function.imagecolortransparent">
<refnamediv>
- <refname>ImageColorTransparent</refname>
+ <refname>imagecolortransparent</refname>
<refpurpose>Define a color as transparent</refpurpose>
</refnamediv>
<refsect1>
@@ -1124,12 +1124,12 @@
<methodparam
choice="opt"><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageColorTransparent</function> sets the transparent
+ <function>imagecolortransparent</function> sets the transparent
color in the <parameter>im</parameter> image to
<parameter>col</parameter>. <parameter>im</parameter> is the
- image identifier returned by <function>ImageCreate</function> and
+ image identifier returned by <function>imagecreate</function> and
<parameter>col</parameter> is a color identifier returned by
- <function>ImageColorAllocate</function>.
+ <function>imagecolorallocate</function>.
</para>
<note>
<para>
@@ -1148,7 +1148,7 @@
<refentry id="function.imagecopy">
<refnamediv>
- <refname>ImageCopy</refname>
+ <refname>imagecopy</refname>
<refpurpose>
Copy part of an image
</refpurpose>
@@ -1180,7 +1180,7 @@
<refentry id="function.imagecopymerge">
<refnamediv>
- <refname>ImageCopyMerge</refname>
+ <refname>imagecopymerge</refname>
<refpurpose>
Copy and merge part of an image
</refpurpose>
@@ -1210,7 +1210,7 @@
The two images will be merged according to <parameter>pct</parameter>
which can range from 0 to 100. When <parameter>pct</parameter> = 0,
no action is taken, when 100 this function behaves identically
- to <function>ImageCopy</function>.
+ to <function>imagecopy</function>.
</para>
<note><para>This function was added in PHP 4.0.6</para></note>
</refsect1>
@@ -1218,7 +1218,7 @@
<refentry id="function.imagecopymergegray">
<refnamediv>
- <refname>ImageCopyMergeGray</refname>
+ <refname>imagecopymergegray</refname>
<refpurpose>
Copy and merge part of an image with gray scale
</refpurpose>
@@ -1238,7 +1238,7 @@
<methodparam><type>int</type><parameter>pct</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCopyMergeGray</function> copy a part of
<parameter>src_im</parameter> onto
+ <function>imagecopymergegray</function> copy a part of
+<parameter>src_im</parameter> onto
<parameter>dst_im</parameter> starting at the x,y coordinates
<parameter>src_x</parameter>, <parameter>src_y </parameter> with
a width of <parameter>src_w</parameter> and a height of
@@ -1248,10 +1248,10 @@
The two images will be merged according to <parameter>pct</parameter>
which can range from 0 to 100. When <parameter>pct</parameter> = 0,
no action is taken, when 100 this function behaves identically
- to <function>ImageCopy</function>.
+ to <function>imagecopy</function>.
</para>
<para>
- This function is identical to <function>ImageCopyMerge</function> except
+ This function is identical to <function>imagecopymerge</function> except
that when merging it preservese the hue of the source by converting
the destination pixels to gray scale before the copy operation.
</para>
@@ -1261,7 +1261,7 @@
<refentry id="function.imagecopyresized">
<refnamediv>
- <refname>ImageCopyResized</refname>
+ <refname>imagecopyresized</refname>
<refpurpose>Copy and resize part of an image</refpurpose>
</refnamediv>
<refsect1>
@@ -1280,7 +1280,7 @@
<methodparam><type>int</type><parameter>srcH</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCopyResized</function> copies a rectangular
+ <function>imagecopyresized</function> copies a rectangular
portion of one image to another image.
<parameter>Dst_im</parameter> is the destination image,
<parameter>src_im</parameter> is the source image identifier. If
@@ -1293,14 +1293,14 @@
results will be unpredictable.
</para>
<para>
- See also <function>ImageCopyResampled</function>.
+ See also <function>imagecopyresampled</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagecopyresampled">
<refnamediv>
- <refname>ImageCopyResampled</refname>
+ <refname>imagecopyresampled</refname>
<refpurpose>Copy and resize part of an image with resampling</refpurpose>
</refnamediv>
<refsect1>
@@ -1319,7 +1319,7 @@
<methodparam><type>int</type><parameter>srcH</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCopyResampled</function> copies a rectangular
+ <function>imagecopyresampled</function> copies a rectangular
portion of one image to another image, smoothly interpolating pixel
values so that, in particular, reducing the size of an image still
retains a great deal of clarity.
@@ -1334,7 +1334,7 @@
results will be unpredictable.
</para>
<para>
- See also <function>ImageCopyResized</function>.
+ See also <function>imagecopyresized</function>.
</para>
<note><para>This function was added in PHP 4.0.6 and requires GD 2.0.1 or
later</para></note>
</refsect1>
@@ -1342,7 +1342,7 @@
<refentry id="function.imagecreate">
<refnamediv>
- <refname>ImageCreate</refname>
+ <refname>imagecreate</refname>
<refpurpose>Create a new palette based image</refpurpose>
</refnamediv>
<refsect1>
@@ -1353,7 +1353,7 @@
<methodparam><type>int</type><parameter>y_size</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreate</function> returns an image identifier
+ <function>imagecreate</function> returns an image identifier
representing a blank image of size <parameter>x_size</parameter>
by <parameter>y_size</parameter>.
<example>
@@ -1380,7 +1380,7 @@
<refentry id="function.imagecreatetruecolor">
<refnamediv>
- <refname>ImageCreateTrueColor</refname>
+ <refname>imagecreatetruecolor</refname>
<refpurpose>Create a new true color image</refpurpose>
</refnamediv>
<refsect1>
@@ -1391,7 +1391,7 @@
<methodparam><type>int</type><parameter>y_size</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateTrueColor</function> returns an image identifier
+ <function>imagecreatetruecolor</function> returns an image identifier
representing a black image of size <parameter>x_size</parameter>
by <parameter>y_size</parameter>.
</para>
@@ -1401,7 +1401,7 @@
<refentry id="function.imagetruecolortopalette">
<refnamediv>
- <refname>ImageTrueColorToPalette</refname>
+ <refname>imagetruecolortopalette</refname>
<refpurpose>Convert a true color image to a palette image</refpurpose>
</refnamediv>
<refsect1>
@@ -1413,7 +1413,7 @@
<methodparam><type>int</type><parameter>ncolors</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageTrueColorToPalette</function> converts a truecolor image
+ <function>imagetruecolortopalette</function> converts a truecolor image
to a palette image. The code for this function was originally drawn from
the Independent JPEG Group library code, which is excellent. The code
has been modified to preserve as much alpha channel information as
@@ -1441,7 +1441,7 @@
<refentry id='function.imagecreatefromgd'>
<refnamediv>
- <refname>ImageCreateFromGD</refname>
+ <refname>imagecreatefromgd</refname>
<refpurpose>
Create a new image from GD file or URL
</refpurpose>
@@ -1460,7 +1460,7 @@
<refentry id='function.imagecreatefromgd2'>
<refnamediv>
- <refname>ImageCreateFromGD2</refname>
+ <refname>imagecreatefromgd2</refname>
<refpurpose>
Create a new image from GD2 file or URL
</refpurpose>
@@ -1479,7 +1479,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>
@@ -1502,7 +1502,7 @@
<refentry id="function.imagecreatefromgif">
<refnamediv>
- <refname>ImageCreateFromGIF</refname>
+ <refname>imagecreatefromgif</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1512,11 +1512,11 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromGif</function> returns an image identifier
+ <function>imagecreatefromgif</function> returns an image identifier
representing the image obtained from the given filename.
</para>
<para>
- <function>ImageCreateFromGif</function> returns an empty string
+ <function>imagecreatefromgif</function> returns an empty string
on failure. It also outputs an error message, which unfortunately
displays as a broken link in a browser. To ease debugging the
following example will produce an error GIF:
@@ -1555,7 +1555,7 @@
<refentry id="function.imagecreatefromjpeg">
<refnamediv>
- <refname>ImageCreateFromJPEG</refname>
+ <refname>imagecreatefromjpeg</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1565,11 +1565,11 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromJPEG</function> returns an image identifier
+ <function>imagecreatefromjpeg</function> returns an image identifier
representing the image obtained from the given filename.
</para>
<para>
- <function>ImagecreateFromJPEG</function> returns an empty string
+ <function>imagecreatefromjpeg</function> returns an empty string
on failure. It also outputs an error message, which unfortunately
displays as a broken link in a browser. To ease debugging the
following example will produce an error <acronym>JPEG</acronym>:
@@ -1601,7 +1601,7 @@
<refentry id="function.imagecreatefrompng">
<refnamediv>
- <refname>ImageCreateFromPNG</refname>
+ <refname>imagecreatefrompng</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1611,11 +1611,11 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromPNG</function> returns an image identifier
+ <function>imagecreatefrompng</function> returns an image identifier
representing the image obtained from the given filename.
</para>
<para>
- <function>ImageCreateFromPNG</function> returns an empty string
+ <function>imagecreatefrompng</function> returns an empty string
on failure. It also outputs an error message, which unfortunately
displays as a broken link in a browser. To ease debugging the
following example will produce an error <acronym>PNG</acronym>:
@@ -1647,7 +1647,7 @@
<refentry id="function.imagecreatefromwbmp">
<refnamediv>
- <refname>ImageCreateFromWBMP</refname>
+ <refname>imagecreatefromwbmp</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1657,11 +1657,11 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromWBMP</function> returns an image identifier
+ <function>imagecreatefromwbmp</function> returns an image identifier
representing the image obtained from the given filename.
</para>
<para>
- <function>ImageCreateFromWBMP</function> returns an empty string
+ <function>imagecreatefromwbmp</function> returns an empty string
on failure. It also outputs an error message, which unfortunately
displays as a broken link in a browser. To ease debugging the
following example will produce an error <acronym>WBMP</acronym>:
@@ -1699,7 +1699,7 @@
<refentry id="function.imagecreatefromstring">
<refnamediv>
- <refname>ImageCreateFromString</refname>
+ <refname>imagecreatefromstring</refname>
<refpurpose>Create a new image from the image stream in the string</refpurpose>
</refnamediv>
<refsect1>
@@ -1709,7 +1709,7 @@
<methodparam><type>string</type><parameter>image</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromString</function> returns an image identifier
+ <function>imagecreatefromstring</function> returns an image identifier
representing the image obtained from the given string.
</para>
</refsect1>
@@ -1717,7 +1717,7 @@
<refentry id="function.imagecreatefromxbm">
<refnamediv>
- <refname>ImageCreateFromXBM</refname>
+ <refname>imagecreatefromxbm</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1727,7 +1727,7 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromXBM</function> returns an image identifier
+ <function>imagecreatefromxbm</function> returns an image identifier
representing the image obtained from the given filename.
</para>
</refsect1>
@@ -1735,7 +1735,7 @@
<refentry id="function.imagecreatefromxpm">
<refnamediv>
- <refname>ImageCreateFromXPM</refname>
+ <refname>imagecreatefromxpm</refname>
<refpurpose>Create a new image from file or URL</refpurpose>
</refnamediv>
<refsect1>
@@ -1745,7 +1745,7 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageCreateFromXPM</function> returns an image identifier
+ <function>imagecreatefromxpm</function> returns an image identifier
representing the image obtained from the given filename.
</para>
</refsect1>
@@ -1753,7 +1753,7 @@
<refentry id="function.imagedashedline">
<refnamediv>
- <refname>ImageDashedLine</refname>
+ <refname>imagedashedline</refname>
<refpurpose>Draw a dashed line</refpurpose>
</refnamediv>
<refsect1>
@@ -1769,7 +1769,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>
@@ -1777,7 +1777,7 @@
<refentry id="function.imagedestroy">
<refnamediv>
- <refname>ImageDestroy</refname>
+ <refname>imagedestroy</refname>
<refpurpose>Destroy an image</refpurpose>
</refnamediv>
<refsect1>
@@ -1787,17 +1787,17 @@
<methodparam><type>int</type><parameter>im</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageDestroy</function> frees any memory associated
+ <function>imagedestroy</function> frees any memory associated
with image <parameter>im</parameter>. <parameter>Im</parameter>
is the image identifier returned by the
- <function>ImageCreate</function> function.
+ <function>imagecreate</function> function.
</para>
</refsect1>
</refentry>
<refentry id="function.imagefill">
<refnamediv>
- <refname>ImageFill</refname>
+ <refname>imagefill</refname>
<refpurpose>Flood fill</refpurpose>
</refnamediv>
<refsect1>
@@ -1810,7 +1810,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFill</function> performs a flood fill starting at
+ <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>.
@@ -1820,7 +1820,7 @@
<refentry id="function.imagefilledpolygon">
<refnamediv>
- <refname>ImageFilledPolygon</refname>
+ <refname>imagefilledpolygon</refname>
<refpurpose>Draw a filled polygon</refpurpose>
</refnamediv>
<refsect1>
@@ -1833,7 +1833,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFilledPolygon</function> creates a filled polygon
+ <function>imagefilledpolygon</function> creates a filled polygon
in image <parameter>im</parameter>.
<parameter>Points</parameter> is a PHP array containing the
polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2]
@@ -1845,7 +1845,7 @@
<refentry id="function.imagefilledrectangle">
<refnamediv>
- <refname>ImageFilledRectangle</refname>
+ <refname>imagefilledrectangle</refname>
<refpurpose>Draw a filled rectangle</refpurpose>
</refnamediv>
<refsect1>
@@ -1860,7 +1860,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFilledRectangle</function> creates a filled
+ <function>imagefilledrectangle</function> creates a filled
rectangle of color <parameter>col</parameter> in image
<parameter>im</parameter> starting at upper left coordinates
<parameter>x1</parameter>, <parameter>y1</parameter> and ending
@@ -1873,7 +1873,7 @@
<refentry id="function.imagefilltoborder">
<refnamediv>
- <refname>ImageFillToBorder</refname>
+ <refname>imagefilltoborder</refname>
<refpurpose>Flood fill to specific color</refpurpose>
</refnamediv>
<refsect1>
@@ -1887,7 +1887,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageFillToBorder</function> performs a flood fill
+ <function>imagefilltoborder</function> performs a flood fill
whose border color is defined by <parameter>border</parameter>.
The starting point for the fill is <parameter>x</parameter>,
<parameter>y</parameter> (top left is 0, 0) and the region is
@@ -1898,7 +1898,7 @@
<refentry id="function.imagefontheight">
<refnamediv>
- <refname>ImageFontHeight</refname>
+ <refname>imagefontheight</refname>
<refpurpose>Get font height</refpurpose>
</refnamediv>
<refsect1>
@@ -1911,15 +1911,15 @@
Returns the pixel height of a character in the specified font.
</para>
<para>
- See also <function>ImageFontWidth</function> and
- <function>ImageLoadFont</function>.
+ See also <function>imagefontwidth</function> and
+ <function>imageloadfont</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagefontwidth">
<refnamediv>
- <refname>ImageFontWidth</refname>
+ <refname>imagefontwidth</refname>
<refpurpose>Get font width</refpurpose>
</refnamediv>
<refsect1>
@@ -1932,15 +1932,15 @@
Returns the pixel width of a character in font.
</para>
<para>
- See also <function>ImageFontHeight</function> and
- <function>ImageLoadFont</function>.
+ See also <function>imagefontheight</function> and
+ <function>imageloadfont</function>.
</para>
</refsect1>
</refentry>
<refentry id='function.imagegd'>
<refnamediv>
- <refname>ImageGD</refname>
+ <refname>imagegd</refname>
<refpurpose>
Output GD image to browser or file
</refpurpose>
@@ -1960,7 +1960,7 @@
<refentry id='function.imagegd2'>
<refnamediv>
- <refname>ImageGD2</refname>
+ <refname>imagegd2</refname>
<refpurpose>
Output GD2 image to browser or file
</refpurpose>
@@ -1980,7 +1980,7 @@
<refentry id="function.imagegif">
<refnamediv>
- <refname>ImageGIF</refname>
+ <refname>imagegif</refname>
<refpurpose>Output image to browser or file</refpurpose>
</refnamediv>
<refsect1>
@@ -1991,7 +1991,7 @@
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageGIF</function> creates the <acronym>GIF</acronym>
+ <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
<function>imagecreate</function> function.
@@ -1999,7 +1999,7 @@
<para>
The image format will be <acronym>GIF87a</acronym> unless the
image has been made transparent with
- <function>ImageColorTransparent</function>, in which case the
+ <function>imagecolortransparent</function>, in which case the
image format will be <acronym>GIF89a</acronym>.
</para>
<para>
@@ -2069,15 +2069,15 @@
</note>
</para>
<para>
- See also <function>ImagePNG</function>, <function>ImageWBMP</function>,
- <function>ImageJPEG</function>, <function>ImageTypes</function>.
+ See also <function>imagepng</function>, <function>imagewbmp</function>,
+ <function>imagejpeg</function>, <function>imagetypes</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagepng">
<refnamediv>
- <refname>ImagePNG</refname>
+ <refname>imagepng</refname>
<refpurpose>
Output a PNG image to either the browser or a file
</refpurpose>
@@ -2090,7 +2090,7 @@
<methodparam
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
- The <function>ImagePNG</function> outputs a GD image stream
+ The <function>imagepng</function> outputs a GD image stream
(<parameter>im</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.
@@ -2106,15 +2106,15 @@
</informalexample>
</para>
<para>
- See also <function>ImageGIF</function>, <function>ImageWBMP</function>,
- <function>ImageJPEG</function>, <function>ImageTypes</function>.
+ See also <function>imagegif</function>, <function>imagewbmp</function>,
+ <function>imagejpeg</function>, <function>imagetypes</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagejpeg">
<refnamediv>
- <refname>ImageJPEG</refname>
+ <refname>imagejpeg</refname>
<refpurpose>Output image to browser or file</refpurpose>
</refnamediv>
<refsect1>
@@ -2126,10 +2126,10 @@
<methodparam
choice="opt"><type>int</type><parameter>quality</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageJPEG</function> creates the
+ <function>imagejpeg</function> creates the
<acronym>JPEG</acronym> file in filename from the image
<parameter>im</parameter>. The <parameter>im</parameter> argument
- is the return from the <function>ImageCreate</function> function.
+ is the return from the <function>imagecreate</function> function.
</para>
<para>
The filename argument is optional, and if left off, the raw image
@@ -2152,22 +2152,22 @@
</para>
<para>
If you want to output Progressive JPEGs, you need to set interlacing
- on with <function>ImageInterlace</function>.
+ on with <function>imageinterlace</function>.
</para>
<para>
See also
- <function>ImagePNG</function>,
- <function>ImageGIF</function>,
- <function>ImageWBMP</function>,
- <function>ImageInterlace</function> and
- <function>ImageTypes</function>.
+ <function>imagepng</function>,
+ <function>imagegif</function>,
+ <function>imagewbmp</function>,
+ <function>imageinterlace</function> and
+ <function>imagetypes</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagewbmp">
<refnamediv>
- <refname>ImageWBMP</refname>
+ <refname>imagewbmp</refname>
<refpurpose>Output image to browser or file</refpurpose>
</refnamediv>
<refsect1>
@@ -2179,10 +2179,10 @@
<methodparam
choice="opt"><type>int</type><parameter>foreground</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageWBMP</function> creates the
+ <function>imagewbmp</function> creates the
<acronym>WBMP</acronym> file in filename from the image
<parameter>im</parameter>. The <parameter>im</parameter> argument
- is the return from the <function>ImageCreate</function> function.
+ is the return from the <function>imagecreate</function> function.
</para>
<para>
The filename argument is optional, and if left off, the raw image
@@ -2204,16 +2204,16 @@
The default foreground color is black.
</para>
<para>
- See also <function>image2WBMP</function>, <function>ImagePNG</function>,
- <function>ImageGIF</function>, <function>ImageJPEG</function>,
- <function>ImageTypes</function>.
+ See also <function>image2wbmp</function>, <function>imagepng</function>,
+ <function>imagegif</function>, <function>imagejpeg</function>,
+ <function>imagetypes</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imageinterlace">
<refnamediv>
- <refname>ImageInterlace</refname>
+ <refname>imageinterlace</refname>
<refpurpose>Enable or disable interlace</refpurpose>
</refnamediv>
<refsect1>
@@ -2224,7 +2224,7 @@
<methodparam
choice="opt"><type>int</type><parameter>interlace</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageInterlace</function> turns the interlace bit on or off.
+ <function>imageinterlace</function> turns the interlace bit on or off.
If interlace is 1 the im image will be interlaced, and if interlace
is 0 the interlace bit is turned off.
</para>
@@ -2241,7 +2241,7 @@
<refentry id="function.imageline">
<refnamediv>
- <refname>ImageLine</refname>
+ <refname>imageline</refname>
<refpurpose>Draw a line</refpurpose>
</refnamediv>
<refsect1>
@@ -2256,21 +2256,21 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageLine</function> draws a line from
+ <function>imageline</function> draws a line from
<parameter>x1</parameter>, <parameter>y1</parameter> to
<parameter>x2</parameter>, <parameter>y2</parameter> (top left is
0, 0) in image im of color <parameter>col</parameter>.
</para>
<para>
- See also <function>ImageCreate</function> and
- <function>ImageColorAllocate</function>.
+ See also <function>imagecreate</function> and
+ <function>imagecolorallocate</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imageloadfont">
<refnamediv>
- <refname>ImageLoadFont</refname>
+ <refname>imageloadfont</refname>
<refpurpose>Load a new font</refpurpose>
</refnamediv>
<refsect1>
@@ -2280,7 +2280,7 @@
<methodparam><type>string</type><parameter>file</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageLoadFont</function> loads a user-defined bitmap
+ <function>imageloadfont</function> loads a user-defined bitmap
font and returns an identifier for the font (that is always
greater than 5, so it will not conflict with the built-in fonts).
</para>
@@ -2336,15 +2336,15 @@
</table>
</para>
<para>
- See also <function>ImageFontWidth</function> and
- <function>ImageFontHeight</function>.
+ See also <function>imagefontwidth</function> and
+ <function>imagefontheight</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagepalettecopy">
<refnamediv>
- <refname>ImagePaletteCopy</refname>
+ <refname>imagepalettecopy</refname>
<refpurpose>Copy the palette from one image to another</refpurpose>
</refnamediv>
<refsect1>
@@ -2364,7 +2364,7 @@
<refentry id="function.imagepolygon">
<refnamediv>
- <refname>ImagePolygon</refname>
+ <refname>imagepolygon</refname>
<refpurpose>Draw a polygon</refpurpose>
</refnamediv>
<refsect1>
@@ -2377,7 +2377,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImagePolygon</function> creates a polygon in image id.
+ <function>imagepolygon</function> creates a polygon in image id.
<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
@@ -2391,7 +2391,7 @@
<refentry id="function.imagepsbbox">
<refnamediv>
- <refname>ImagePSBBox</refname>
+ <refname>imagepsbbox</refname>
<refpurpose>
Give the bounding box of a text rectangle using PostScript Type1
fonts
@@ -2518,7 +2518,7 @@
<refentry id="function.imagepsencodefont">
<refnamediv>
- <refname>ImagePSEncodeFont</refname>
+ <refname>imagepsencodefont</refname>
<refpurpose>
Change the character encoding vector of a font
</refpurpose>
@@ -2551,7 +2551,7 @@
<refentry id="function.imagepsfreefont">
<refnamediv>
- <refname>ImagePSFreeFont</refname>
+ <refname>imagepsfreefont</refname>
<refpurpose>Free memory used by a PostScript Type 1 font</refpurpose>
</refnamediv>
<refsect1>
@@ -2561,14 +2561,14 @@
<methodparam><type>int</type><parameter>fontindex</parameter></methodparam>
</methodsynopsis>
<para>
- See also <function>ImagePSLoadFont</function>.
+ See also <function>imagepsloadfont</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagepsloadfont">
<refnamediv>
- <refname>ImagePSLoadFont</refname>
+ <refname>imagepsloadfont</refname>
<refpurpose>Load a PostScript Type 1 font from file</refpurpose>
</refnamediv>
<refsect1>
@@ -2603,14 +2603,14 @@
</programlisting>
</para>
<para>
- See also <function>ImagePSFreeFont</function>.
+ See also <function>imagepsfreefont</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagepsextendfont">
<refnamediv>
- <refname>ImagePsExtendFont</refname>
+ <refname>imagepsextendfont</refname>
<refpurpose>
Extend or condense a font
</refpurpose>
@@ -2632,7 +2632,7 @@
<refentry id="function.imagepsslantfont">
<refnamediv>
- <refname>ImagePsSlantFont</refname>
+ <refname>imagepsslantfont</refname>
<refpurpose>
Slant a font
</refpurpose>
@@ -2654,7 +2654,7 @@
<refentry id="function.imagepstext">
<refnamediv>
- <refname>ImagePSText</refname>
+ <refname>imagepstext</refname>
<refpurpose>
To draw a text string over an image using PostScript Type1 fonts
</refpurpose>
@@ -2700,7 +2700,7 @@
<parameter>y</parameter> will define the origin (or reference
point) of the first character (roughly the lower-left corner of
the character). This is different from the
- <function>ImageString</function>, where <parameter>x</parameter>,
+ <function>imagestring</function>, where <parameter>x</parameter>,
<parameter>y</parameter> define the upper-right corner of the
first character. Refer to PostScipt documentation about fonts and
their measuring system if you have trouble understanding how this
@@ -2768,7 +2768,7 @@
<refentry id="function.imagerectangle">
<refnamediv>
- <refname>ImageRectangle</refname>
+ <refname>imagerectangle</refname>
<refpurpose>Draw a rectangle</refpurpose>
</refnamediv>
<refsect1>
@@ -2783,7 +2783,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageRectangle</function> creates a rectangle of color
+ <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.
@@ -2793,7 +2793,7 @@
<refentry id="function.imagesetpixel">
<refnamediv>
- <refname>ImageSetPixel</refname>
+ <refname>imagesetpixel</refname>
<refpurpose>Set a single pixel</refpurpose>
</refnamediv>
<refsect1>
@@ -2806,21 +2806,21 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSetPixel</function> draws a pixel at
+ <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
<parameter>col</parameter>.
</para>
<para>
- See also <function>ImageCreate</function> and
- <function>ImageColorAllocate</function>.
+ See also <function>imagecreate</function> and
+ <function>imagecolorallocate</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagesetbrush">
<refnamediv>
- <refname>ImageSetBrush</refname>
+ <refname>imagesetbrush</refname>
<refpurpose>Set the brush image for line drawing</refpurpose>
</refnamediv>
<refsect1>
@@ -2831,9 +2831,9 @@
<methodparam><type>resource</type><parameter>brush</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSetBrush</function> sets the brush image to be
- used by all line drawing functions (such as <function>ImageLine</function>
- and <function>ImagePolygon</function>) when drawing with the special
+ <function>imagesetbrush</function> sets the brush image to be
+ used by all line drawing functions (such as <function>imageline</function>
+ and <function>imagepolygon</function>) when drawing with the special
colors <literal>IMG_COLOR_BRUSHED</literal> or
<literal>IMG_COLOR_STYLEDBRUSHED</literal>.
</para>
<note>
@@ -2850,7 +2850,7 @@
<refentry id="function.imagesetstyle">
<refnamediv>
- <refname>ImageSetStyle</refname>
+ <refname>imagesetstyle</refname>
<refpurpose>Set the style for line drawing
</refpurpose>
</refnamediv>
@@ -2862,9 +2862,9 @@
<methodparam><type>array</type><parameter>style</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSetStyle</function> sets the style to be used by all
- line drawing functions (such as <function>ImageLine</function>
- and <function>ImagePolygon</function>) when drawing with the special
+ <function>imagesetstyle</function> sets the style to be used by all
+ line drawing functions (such as <function>imageline</function>
+ and <function>imagepolygon</function>) when drawing with the special
color <literal>IMG_COLOR_STYLED</literal> or lines of images with color
<literal>IMG_COLOR_STYLEDBRUSHED</literal>.
</para>
@@ -2904,7 +2904,7 @@
</example>
</para>
<para>
- See also <function>ImageSetBrush</function>, <function>ImageLine</function>.
+ See also <function>imagesetbrush</function>, <function>imageline</function>.
</para>
<note><para>This function was added in PHP 4.0.6</para></note>
</refsect1>
@@ -2912,7 +2912,7 @@
<refentry id="function.imagesettile">
<refnamediv>
- <refname>ImageSetTile</refname>
+ <refname>imagesettile</refname>
<refpurpose>Set the tile image for filling</refpurpose>
</refnamediv>
<refsect1>
@@ -2923,15 +2923,15 @@
<methodparam><type>resource</type><parameter>tile</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSetTile</function> sets the tile image to be
- used by all region filling functions (such as <function>ImageFill</function>
- and <function>ImageFilledPolygon</function>) when filling with the special
+ <function>imagesettile</function> sets the tile image to be
+ used by all region filling functions (such as <function>imagefill</function>
+ and <function>imagefilledpolygon</function>) when filling with the special
color <literal>IMG_COLOR_TILED</literal>.
</para>
<para>
A tile is an image used to fill an area with a repeated pattern.
<emphasis>Any</emphasis>
GD image can be used as a tile, and by setting the transparent color index of
the tile
- image with <function>ImageColorTransparent</function>, a tile allows certain
parts
+ image with <function>imagecolortransparent</function>, a tile allows certain
+parts
of the underlying area to shine through can be created.
</para>
<note>
@@ -2947,7 +2947,7 @@
<refentry id="function.imagesetthickness">
<refnamediv>
- <refname>ImageSetThickness</refname>
+ <refname>imagesetthickness</refname>
<refpurpose>Set the thickness for line drawing</refpurpose>
</refnamediv>
<refsect1>
@@ -2958,7 +2958,7 @@
<methodparam><type>int</type><parameter>thickness</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSetThickness</function> sets the thickness of the lines
+ <function>imagesetthickness</function> sets the thickness of the lines
drawn when drawing rectangles, polygons, ellipses etc. etc. to
<parameter>thickness</parameter> pixels.
</para>
@@ -2968,7 +2968,7 @@
<refentry id="function.imagestring">
<refnamediv>
- <refname>ImageString</refname>
+ <refname>imagestring</refname>
<refpurpose>Draw a string horizontally</refpurpose>
</refnamediv>
<refsect1>
@@ -2983,7 +2983,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageString</function> draws the string
+ <function>imagestring</function> draws the string
<parameter>s</parameter> in the image identified by
<parameter>im</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
@@ -2991,14 +2991,14 @@
or 5, a built-in font is used.
</para>
<para>
- See also <function>ImageLoadFont</function>.
+ See also <function>imageloadfont</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagestringup">
<refnamediv>
- <refname>ImageStringUp</refname>
+ <refname>imagestringup</refname>
<refpurpose>Draw a string vertically</refpurpose>
</refnamediv>
<refsect1>
@@ -3013,7 +3013,7 @@
<methodparam><type>int</type><parameter>col</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageStringUp</function> draws the string
+ <function>imagestringup</function> draws the string
<parameter>s</parameter> vertically in the image identified by
<parameter>im</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
@@ -3021,14 +3021,14 @@
or 5, a built-in font is used.
</para>
<para>
- See also <function>ImageLoadFont</function>.
+ See also <function>imageloadfont</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagesx">
<refnamediv>
- <refname>ImageSX</refname>
+ <refname>imagesx</refname>
<refpurpose>Get image width</refpurpose>
</refnamediv>
<refsect1>
@@ -3038,19 +3038,19 @@
<methodparam><type>int</type><parameter>im</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSX</function> returns the width of the image
+ <function>imagesx</function> returns the width of the image
identified by <parameter>im</parameter>.
</para>
<para>
- See also <function>ImageCreate</function> and
- <function>ImageSY</function>.
+ See also <function>imagecreate</function> and
+ <function>imagesy</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagesy">
<refnamediv>
- <refname>ImageSY</refname>
+ <refname>imagesy</refname>
<refpurpose>Get image height</refpurpose>
</refnamediv>
<refsect1>
@@ -3060,19 +3060,19 @@
<methodparam><type>int</type><parameter>im</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageSY</function> returns the height of the image
+ <function>imagesy</function> returns the height of the image
identified by <parameter>im</parameter>.
</para>
<para>
- See also <function>ImageCreate</function> and
- <function>ImageSX</function>.
+ See also <function>imagecreate</function> and
+ <function>imagesx</function>.
</para>
</refsect1>
</refentry>
<refentry id="function.imagettfbbox">
<refnamediv>
- <refname>ImageTTFBBox</refname>
+ <refname>imagettfbbox</refname>
<refpurpose>
Give the bounding box of a text using TrueType fonts
</refpurpose>
@@ -3131,7 +3131,7 @@
</listitem>
</varlistentry>
</variablelist>
- <function>ImageTTFBBox</function> returns an array with 8
+ <function>imagettfbbox</function> returns an array with 8
elements representing four points making the bounding box of the
text:
<informaltable>
@@ -3181,14 +3181,14 @@
library.
</para>
<para>
- See also <function>ImageTTFText</function>.
+ See also <function>imagettftext</function>.
</para>
</refsect1>
</refentry>
<refentry id='function.imageftbbox'>
<refnamediv>
- <refname>ImageFtBBox</refname>
+ <refname>imageftbbox</refname>
<refpurpose>
Give the bounding box of a text using fonts via freetype2
</refpurpose>
@@ -3211,7 +3211,7 @@
<refentry id="function.imagettftext">
<refnamediv>
- <refname>ImageTTFText</refname>
+ <refname>imagettftext</refname>
<refpurpose>
Write text to the image using TrueType fonts
</refpurpose>
@@ -3230,7 +3230,7 @@
<methodparam><type>string</type><parameter>text</parameter></methodparam>
</methodsynopsis>
<para>
- <function>ImageTTFText</function> draws the string
+ <function>imagettftext</function> draws the string
<parameter>text</parameter> in the image identified by
<parameter>im</parameter>, starting at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is 0, 0), at
@@ -3246,7 +3246,7 @@
The coordinates given by <parameter>x</parameter>,
<parameter>y</parameter> will define the basepoint of the first
character (roughly the lower-left corner of the character). This
- is different from the <function>ImageString</function>, where x,
+ is different from the <function>imagestring</function>, where x,
y define the upper-right corner of the first character.
</para>
<para>
@@ -3270,7 +3270,7 @@
antialiasing.
</para>
<para>
- <function>ImageTTFText</function> returns an array with 8
+ <function>imagettftext</function> returns an array with 8
elements representing four points making the bounding box of the
text. The order of the points is lower left, lower right, upper
right, upper left. The points are relative to the text
@@ -3303,14 +3303,14 @@
url="&url.freetype;">FreeType</ulink> library.
</para>
<para>
- See also <function>ImageTTFBBox</function>.
+ See also <function>imagettfbbox</function>.
</para>
</refsect1>
</refentry>
<refentry id='function.imagefttext'>
<refnamediv>
- <refname>ImageFtText</refname>
+ <refname>imagefttext</refname>
<refpurpose>
Write text to the image using fonts using FreeType 2
</refpurpose>
@@ -3337,7 +3337,7 @@
<refentry id="function.imagetypes">
<refnamediv>
- <refname>ImageTypes</refname>
+ <refname>imagetypes</refname>
<refpurpose>
Return the image types supported by this PHP build
</refpurpose>
@@ -3372,7 +3372,7 @@
<refentry id="function.jpeg2wbmp">
<refnamediv>
- <refname>JPEG2WBMP</refname>
+ <refname>jpeg2wbmp</refname>
<refpurpose>
Convert JPEG image file to WBMP image file
</refpurpose>
@@ -3410,7 +3410,7 @@
<refentry id="function.png2wbmp">
<refnamediv>
- <refname>PNG2WBMP</refname>
+ <refname>png2wbmp</refname>
<refpurpose>
Convert PNG image file to WBMP image file
</refpurpose>