mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removing dots in refpurpose
going to single line, when possible, as all the other files #next commit will lowercase functions in examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0b956a2623
commit
e84fd5e965
1 changed files with 32 additions and 87 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.89 $ -->
|
||||
<!-- $Revision: 1.90 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<refentry id="function.exif-imagetype">
|
||||
<refnamediv>
|
||||
<refname>exif_imagetype</refname>
|
||||
<refpurpose>Determine the type of an image.</refpurpose>
|
||||
<refpurpose>Determine the type of an image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -282,7 +282,7 @@ THUMBNAIL.Thumbnail.Height: 1
|
|||
<refentry id="function.exif-thumbnail">
|
||||
<refnamediv>
|
||||
<refname>exif_thumbnail</refname>
|
||||
<refpurpose>Retrieve the embedded thumbnail of a TIFF or JPEG image.</refpurpose>
|
||||
<refpurpose>Retrieve the embedded thumbnail of a TIFF or JPEG image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -758,9 +758,7 @@ $black = ImageColorAllocate ($im, 0, 0, 0);
|
|||
<refentry id="function.imagecolordeallocate">
|
||||
<refnamediv>
|
||||
<refname>imagecolordeallocate</refname>
|
||||
<refpurpose>
|
||||
De-allocate a color for an image
|
||||
</refpurpose>
|
||||
<refpurpose>De-allocate a color for an image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -812,9 +810,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecolorclosest">
|
||||
<refnamediv>
|
||||
<refname>imagecolorclosest</refname>
|
||||
<refpurpose>
|
||||
Get the index of the closest color to the specified color
|
||||
</refpurpose>
|
||||
<refpurpose>Get the index of the closest color to the specified color</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -843,9 +839,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecolorclosestalpha">
|
||||
<refnamediv>
|
||||
<refname>imagecolorclosestalpha</refname>
|
||||
<refpurpose>
|
||||
Get the index of the closest color to the specified color + alpha
|
||||
</refpurpose>
|
||||
<refpurpose>Get the index of the closest color to the specified color + alpha</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1012,9 +1006,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagegammacorrect">
|
||||
<refnamediv>
|
||||
<refname>imagegammacorrect</refname>
|
||||
<refpurpose>
|
||||
Apply a gamma correction to a GD image
|
||||
</refpurpose>
|
||||
<refpurpose>Apply a gamma correction to a GD image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1037,9 +1029,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecolorset">
|
||||
<refnamediv>
|
||||
<refname>imagecolorset</refname>
|
||||
<refpurpose>
|
||||
Set the color for the specified palette index
|
||||
</refpurpose>
|
||||
<refpurpose>Set the color for the specified palette index</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1090,9 +1080,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecolorstotal">
|
||||
<refnamediv>
|
||||
<refname>imagecolorstotal</refname>
|
||||
<refpurpose>
|
||||
Find out the number of colors in an image's palette
|
||||
</refpurpose>
|
||||
<refpurpose>Find out the number of colors in an image's palette</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1149,9 +1137,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecopy">
|
||||
<refnamediv>
|
||||
<refname>imagecopy</refname>
|
||||
<refpurpose>
|
||||
Copy part of an image
|
||||
</refpurpose>
|
||||
<refpurpose>Copy part of an image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1181,9 +1167,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecopymerge">
|
||||
<refnamediv>
|
||||
<refname>imagecopymerge</refname>
|
||||
<refpurpose>
|
||||
Copy and merge part of an image
|
||||
</refpurpose>
|
||||
<refpurpose>Copy and merge part of an image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1219,9 +1203,7 @@ ImageColorDeAllocate($im, $white);
|
|||
<refentry id="function.imagecopymergegray">
|
||||
<refnamediv>
|
||||
<refname>imagecopymergegray</refname>
|
||||
<refpurpose>
|
||||
Copy and merge part of an image with gray scale
|
||||
</refpurpose>
|
||||
<refpurpose>Copy and merge part of an image with gray scale</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1442,9 +1424,7 @@ ImagePng ($im);
|
|||
<refentry id='function.imagecreatefromgd'>
|
||||
<refnamediv>
|
||||
<refname>imagecreatefromgd</refname>
|
||||
<refpurpose>
|
||||
Create a new image from GD file or URL
|
||||
</refpurpose>
|
||||
<refpurpose>Create a new image from GD file or URL</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1461,9 +1441,7 @@ ImagePng ($im);
|
|||
<refentry id='function.imagecreatefromgd2'>
|
||||
<refnamediv>
|
||||
<refname>imagecreatefromgd2</refname>
|
||||
<refpurpose>
|
||||
Create a new image from GD2 file or URL
|
||||
</refpurpose>
|
||||
<refpurpose>Create a new image from GD2 file or URL</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1480,9 +1458,7 @@ ImagePng ($im);
|
|||
<refentry id='function.imagecreatefromgd2part'>
|
||||
<refnamediv>
|
||||
<refname>imagecreatefromgd2part</refname>
|
||||
<refpurpose>
|
||||
Create a new image from a given part of GD2 file or URL
|
||||
</refpurpose>
|
||||
<refpurpose>Create a new image from a given part of GD2 file or URL</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1941,9 +1917,7 @@ function LoadWBMP ($imgname) {
|
|||
<refentry id='function.imagegd'>
|
||||
<refnamediv>
|
||||
<refname>imagegd</refname>
|
||||
<refpurpose>
|
||||
Output GD image to browser or file
|
||||
</refpurpose>
|
||||
<refpurpose>Output GD image to browser or file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1961,9 +1935,7 @@ function LoadWBMP ($imgname) {
|
|||
<refentry id='function.imagegd2'>
|
||||
<refnamediv>
|
||||
<refname>imagegd2</refname>
|
||||
<refpurpose>
|
||||
Output GD2 image to browser or file
|
||||
</refpurpose>
|
||||
<refpurpose>Output GD2 image to browser or file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2078,9 +2050,7 @@ elseif (ImageTypes() & IMG_JPG) {
|
|||
<refentry id="function.imagepng">
|
||||
<refnamediv>
|
||||
<refname>imagepng</refname>
|
||||
<refpurpose>
|
||||
Output a PNG image to either the browser or a file
|
||||
</refpurpose>
|
||||
<refpurpose>Output a PNG image to either the browser or a file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2519,9 +2489,7 @@ ImagePng($im);
|
|||
<refentry id="function.imagepsencodefont">
|
||||
<refnamediv>
|
||||
<refname>imagepsencodefont</refname>
|
||||
<refpurpose>
|
||||
Change the character encoding vector of a font
|
||||
</refpurpose>
|
||||
<refpurpose>Change the character encoding vector of a font</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2611,9 +2579,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagepsextendfont">
|
||||
<refnamediv>
|
||||
<refname>imagepsextendfont</refname>
|
||||
<refpurpose>
|
||||
Extend or condense a font
|
||||
</refpurpose>
|
||||
<refpurpose>Extend or condense a font</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2633,9 +2599,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagepsslantfont">
|
||||
<refnamediv>
|
||||
<refname>imagepsslantfont</refname>
|
||||
<refpurpose>
|
||||
Slant a font
|
||||
</refpurpose>
|
||||
<refpurpose>Slant a font</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2655,9 +2619,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagepstext">
|
||||
<refnamediv>
|
||||
<refname>imagepstext</refname>
|
||||
<refpurpose>
|
||||
To draw a text string over an image using PostScript Type1 fonts
|
||||
</refpurpose>
|
||||
<refpurpose>To draw a text string over an image using PostScript Type1 fonts</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -2851,8 +2813,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagesetstyle">
|
||||
<refnamediv>
|
||||
<refname>imagesetstyle</refname>
|
||||
<refpurpose>Set the style for line drawing
|
||||
</refpurpose>
|
||||
<refpurpose>Set the style for line drawing</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3073,9 +3034,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagettfbbox">
|
||||
<refnamediv>
|
||||
<refname>imagettfbbox</refname>
|
||||
<refpurpose>
|
||||
Give the bounding box of a text using TrueType fonts
|
||||
</refpurpose>
|
||||
<refpurpose>Give the bounding box of a text using TrueType fonts</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3189,9 +3148,7 @@ ImageDestroy ($im);
|
|||
<refentry id='function.imageftbbox'>
|
||||
<refnamediv>
|
||||
<refname>imageftbbox</refname>
|
||||
<refpurpose>
|
||||
Give the bounding box of a text using fonts via freetype2
|
||||
</refpurpose>
|
||||
<refpurpose>Give the bounding box of a text using fonts via freetype2</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3212,9 +3169,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagettftext">
|
||||
<refnamediv>
|
||||
<refname>imagettftext</refname>
|
||||
<refpurpose>
|
||||
Write text to the image using TrueType fonts
|
||||
</refpurpose>
|
||||
<refpurpose>Write text to the image using TrueType fonts</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3311,9 +3266,7 @@ ImageDestroy ($im);
|
|||
<refentry id='function.imagefttext'>
|
||||
<refnamediv>
|
||||
<refname>imagefttext</refname>
|
||||
<refpurpose>
|
||||
Write text to the image using fonts using FreeType 2
|
||||
</refpurpose>
|
||||
<refpurpose>Write text to the image using fonts using FreeType 2</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3338,9 +3291,7 @@ ImageDestroy ($im);
|
|||
<refentry id="function.imagetypes">
|
||||
<refnamediv>
|
||||
<refname>imagetypes</refname>
|
||||
<refpurpose>
|
||||
Return the image types supported by this PHP build
|
||||
</refpurpose>
|
||||
<refpurpose>Return the image types supported by this PHP build</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3373,9 +3324,7 @@ if (ImageTypes() & IMG_PNG) {
|
|||
<refentry id="function.jpeg2wbmp">
|
||||
<refnamediv>
|
||||
<refname>jpeg2wbmp</refname>
|
||||
<refpurpose>
|
||||
Convert JPEG image file to WBMP image file
|
||||
</refpurpose>
|
||||
<refpurpose>Convert JPEG image file to WBMP image file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3411,9 +3360,7 @@ if (ImageTypes() & IMG_PNG) {
|
|||
<refentry id="function.png2wbmp">
|
||||
<refnamediv>
|
||||
<refname>png2wbmp</refname>
|
||||
<refpurpose>
|
||||
Convert PNG image file to WBMP image file
|
||||
</refpurpose>
|
||||
<refpurpose>Convert PNG image file to WBMP image file</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3449,9 +3396,7 @@ if (ImageTypes() & IMG_PNG) {
|
|||
<refentry id='function.iptcembed'>
|
||||
<refnamediv>
|
||||
<refname>iptcembed</refname>
|
||||
<refpurpose>
|
||||
Embed binary IPTC data into a JPEG image.
|
||||
</refpurpose>
|
||||
<refpurpose>Embed binary IPTC data into a JPEG image</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -3470,7 +3415,7 @@ if (ImageTypes() & IMG_PNG) {
|
|||
<refentry id="function.read-exif-data">
|
||||
<refnamediv>
|
||||
<refname>read_exif_data</refname>
|
||||
<refpurpose>Reads header information stored in TIFF and JPEG images.</refpurpose>
|
||||
<refpurpose>Reads header information stored in TIFF and JPEG images</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue