mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
various: use goofy studly caps that are the convention for this extension; imagearc: add see alsos, incorporate notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65618 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9c8ead8e82
commit
e7ced379aa
1 changed files with 17 additions and 11 deletions
|
@ -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 @@ ImageColorDeAllocate($im, $white);
|
|||
|
||||
<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 @@ ImagePng ($im);
|
|||
|
||||
<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 @@ ImagePng ($im);
|
|||
|
||||
<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 @@ ImagePng ($im);
|
|||
|
||||
<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 @@ function LoadWBMP ($imgname) {
|
|||
|
||||
<refentry id='function.imagegd'>
|
||||
<refnamediv>
|
||||
<refname>imagegd</refname>
|
||||
<refname>ImageGD</refname>
|
||||
<refpurpose>
|
||||
Output GD image to browser or file
|
||||
</refpurpose>
|
||||
|
@ -1784,7 +1790,7 @@ function LoadWBMP ($imgname) {
|
|||
|
||||
<refentry id='function.imagegd2'>
|
||||
<refnamediv>
|
||||
<refname>imagegd2</refname>
|
||||
<refname>ImageGD2</refname>
|
||||
<refpurpose>
|
||||
Output GD2 image to browser or file
|
||||
</refpurpose>
|
||||
|
@ -3099,7 +3105,7 @@ ImageDestroy ($im);
|
|||
|
||||
<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 @@ ImageDestroy ($im);
|
|||
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue