From e84fd5e96530eee2f9dc32e88ee5cd4fb1a4dcbd Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Sat, 6 Apr 2002 09:12:10 +0000 Subject: [PATCH] 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 --- functions/image.xml | 119 ++++++++++++-------------------------------- 1 file changed, 32 insertions(+), 87 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 4a1a781b52..167166d0e8 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -44,7 +44,7 @@ exif_imagetype - Determine the type of an image. + Determine the type of an image Description @@ -282,7 +282,7 @@ THUMBNAIL.Thumbnail.Height: 1 exif_thumbnail - Retrieve the embedded thumbnail of a TIFF or JPEG image. + Retrieve the embedded thumbnail of a TIFF or JPEG image Description @@ -758,9 +758,7 @@ $black = ImageColorAllocate ($im, 0, 0, 0); imagecolordeallocate - - De-allocate a color for an image - + De-allocate a color for an image Description @@ -812,9 +810,7 @@ ImageColorDeAllocate($im, $white); imagecolorclosest - - Get the index of the closest color to the specified color - + Get the index of the closest color to the specified color Description @@ -843,9 +839,7 @@ ImageColorDeAllocate($im, $white); imagecolorclosestalpha - - Get the index of the closest color to the specified color + alpha - + Get the index of the closest color to the specified color + alpha Description @@ -1012,9 +1006,7 @@ ImageColorDeAllocate($im, $white); imagegammacorrect - - Apply a gamma correction to a GD image - + Apply a gamma correction to a GD image Description @@ -1037,9 +1029,7 @@ ImageColorDeAllocate($im, $white); imagecolorset - - Set the color for the specified palette index - + Set the color for the specified palette index Description @@ -1090,9 +1080,7 @@ ImageColorDeAllocate($im, $white); imagecolorstotal - - Find out the number of colors in an image's palette - + Find out the number of colors in an image's palette Description @@ -1149,9 +1137,7 @@ ImageColorDeAllocate($im, $white); imagecopy - - Copy part of an image - + Copy part of an image Description @@ -1181,9 +1167,7 @@ ImageColorDeAllocate($im, $white); imagecopymerge - - Copy and merge part of an image - + Copy and merge part of an image Description @@ -1219,9 +1203,7 @@ ImageColorDeAllocate($im, $white); imagecopymergegray - - Copy and merge part of an image with gray scale - + Copy and merge part of an image with gray scale Description @@ -1442,9 +1424,7 @@ ImagePng ($im); imagecreatefromgd - - Create a new image from GD file or URL - + Create a new image from GD file or URL Description @@ -1461,9 +1441,7 @@ ImagePng ($im); imagecreatefromgd2 - - Create a new image from GD2 file or URL - + Create a new image from GD2 file or URL Description @@ -1480,9 +1458,7 @@ ImagePng ($im); imagecreatefromgd2part - - Create a new image from a given part of GD2 file or URL - + Create a new image from a given part of GD2 file or URL Description @@ -1941,9 +1917,7 @@ function LoadWBMP ($imgname) { imagegd - - Output GD image to browser or file - + Output GD image to browser or file Description @@ -1961,9 +1935,7 @@ function LoadWBMP ($imgname) { imagegd2 - - Output GD2 image to browser or file - + Output GD2 image to browser or file Description @@ -2078,9 +2050,7 @@ elseif (ImageTypes() & IMG_JPG) { imagepng - - Output a PNG image to either the browser or a file - + Output a PNG image to either the browser or a file Description @@ -2519,9 +2489,7 @@ ImagePng($im); imagepsencodefont - - Change the character encoding vector of a font - + Change the character encoding vector of a font Description @@ -2611,9 +2579,7 @@ ImageDestroy ($im); imagepsextendfont - - Extend or condense a font - + Extend or condense a font Description @@ -2633,9 +2599,7 @@ ImageDestroy ($im); imagepsslantfont - - Slant a font - + Slant a font Description @@ -2655,9 +2619,7 @@ ImageDestroy ($im); imagepstext - - To draw a text string over an image using PostScript Type1 fonts - + To draw a text string over an image using PostScript Type1 fonts Description @@ -2851,8 +2813,7 @@ ImageDestroy ($im); imagesetstyle - Set the style for line drawing - + Set the style for line drawing Description @@ -3073,9 +3034,7 @@ ImageDestroy ($im); imagettfbbox - - Give the bounding box of a text using TrueType fonts - + Give the bounding box of a text using TrueType fonts Description @@ -3189,9 +3148,7 @@ ImageDestroy ($im); imageftbbox - - Give the bounding box of a text using fonts via freetype2 - + Give the bounding box of a text using fonts via freetype2 Description @@ -3212,9 +3169,7 @@ ImageDestroy ($im); imagettftext - - Write text to the image using TrueType fonts - + Write text to the image using TrueType fonts Description @@ -3311,9 +3266,7 @@ ImageDestroy ($im); imagefttext - - Write text to the image using fonts using FreeType 2 - + Write text to the image using fonts using FreeType 2 Description @@ -3338,9 +3291,7 @@ ImageDestroy ($im); imagetypes - - Return the image types supported by this PHP build - + Return the image types supported by this PHP build Description @@ -3373,9 +3324,7 @@ if (ImageTypes() & IMG_PNG) { jpeg2wbmp - - Convert JPEG image file to WBMP image file - + Convert JPEG image file to WBMP image file Description @@ -3411,9 +3360,7 @@ if (ImageTypes() & IMG_PNG) { png2wbmp - - Convert PNG image file to WBMP image file - + Convert PNG image file to WBMP image file Description @@ -3449,9 +3396,7 @@ if (ImageTypes() & IMG_PNG) { iptcembed - - Embed binary IPTC data into a JPEG image. - + Embed binary IPTC data into a JPEG image Description @@ -3470,7 +3415,7 @@ if (ImageTypes() & IMG_PNG) { read_exif_data - Reads header information stored in TIFF and JPEG images. + Reads header information stored in TIFF and JPEG images Description