From eb0258c07f46119793193e565236735dc7af48f7 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 12 Feb 2003 17:49:07 +0000 Subject: [PATCH] col => color, some constant retagging git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115950 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagearc.xml | 4 ++-- reference/image/functions/imagechar.xml | 6 ++--- reference/image/functions/imagecharup.xml | 6 ++--- reference/image/functions/imagedashedline.xml | 4 ++-- reference/image/functions/imageellipse.xml | 4 ++-- reference/image/functions/imagefill.xml | 6 ++--- reference/image/functions/imagefilledarc.xml | 24 +++++++++---------- .../image/functions/imagefilledellipse.xml | 4 ++-- .../image/functions/imagefilledpolygon.xml | 4 ++-- .../image/functions/imagefilledrectangle.xml | 6 ++--- .../image/functions/imagefilltoborder.xml | 6 ++--- reference/image/functions/imagegd2.xml | 7 ++++-- reference/image/functions/imageline.xml | 6 ++--- reference/image/functions/imagepolygon.xml | 4 ++-- reference/image/functions/imagepsbbox.xml | 10 ++++---- reference/image/functions/imagepsfreefont.xml | 5 +++- reference/image/functions/imagesetpixel.xml | 6 ++--- reference/image/functions/imagettftext.xml | 4 ++-- reference/image/functions/imagetypes.xml | 8 +++---- 19 files changed, 65 insertions(+), 59 deletions(-) diff --git a/reference/image/functions/imagearc.xml b/reference/image/functions/imagearc.xml index 03f0efac2d..15d9971db6 100644 --- a/reference/image/functions/imagearc.xml +++ b/reference/image/functions/imagearc.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ inth ints inte - intcol + intcolor imagearc draws a partial ellipse centered at diff --git a/reference/image/functions/imagechar.xml b/reference/image/functions/imagechar.xml index 4d5993506f..aa7f2c2eb2 100644 --- a/reference/image/functions/imagechar.xml +++ b/reference/image/functions/imagechar.xml @@ -1,5 +1,5 @@ - + @@ -15,14 +15,14 @@ intx inty stringc - intcol + intcolor imagechar draws the first character of c in the image identified by id with its upper-left at x,y (top left is 0, - 0) with the color col. If font + 0) with the color color. If font is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers corresponding to larger fonts). diff --git a/reference/image/functions/imagecharup.xml b/reference/image/functions/imagecharup.xml index 2c7e4765bb..ae86b3a69f 100644 --- a/reference/image/functions/imagecharup.xml +++ b/reference/image/functions/imagecharup.xml @@ -1,5 +1,5 @@ - + @@ -15,14 +15,14 @@ intx inty stringc - intcol + intcolor imagecharup draws the character c vertically in the image identified by image at coordinates x, y (top left is - 0, 0) with the color col. + 0, 0) with the color color. If font is 1, 2, 3, 4 or 5, a built-in font is used. diff --git a/reference/image/functions/imagedashedline.xml b/reference/image/functions/imagedashedline.xml index f29631c419..2215031106 100644 --- a/reference/image/functions/imagedashedline.xml +++ b/reference/image/functions/imagedashedline.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ inty1 intx2 inty2 - intcol + intcolor This function is deprecated. Use combination of diff --git a/reference/image/functions/imageellipse.xml b/reference/image/functions/imageellipse.xml index b2d877e318..5a5fca4856 100644 --- a/reference/image/functions/imageellipse.xml +++ b/reference/image/functions/imageellipse.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ intcy intw inth - intcol + intcolor imageellipse draws an ellipse centered at diff --git a/reference/image/functions/imagefill.xml b/reference/image/functions/imagefill.xml index 3ac9733c34..8235d4337d 100644 --- a/reference/image/functions/imagefill.xml +++ b/reference/image/functions/imagefill.xml @@ -1,5 +1,5 @@ - + @@ -13,12 +13,12 @@ resourceimage intx inty - intcol + intcolor imagefill performs a flood fill starting at coordinate x, y - (top left is 0, 0) with color col in the + (top left is 0, 0) with color color in the image image. diff --git a/reference/image/functions/imagefilledarc.xml b/reference/image/functions/imagefilledarc.xml index a83d721ac0..26898664f7 100644 --- a/reference/image/functions/imagefilledarc.xml +++ b/reference/image/functions/imagefilledarc.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ inth ints inte - intcol + intcolor intstyle @@ -31,18 +31,18 @@ e arguments. style is a bitwise OR of the following possibilities: - IMG_ARC_PIE - IMG_ARC_CHORD - IMG_ARC_NOFILL - IMG_ARC_EDGED + IMG_ARC_PIE + IMG_ARC_CHORD + IMG_ARC_NOFILL + IMG_ARC_EDGED - IMG_ARC_PIE and IMG_ARC_CHORD are - mutually exclusive; IMG_ARC_CHORD just + IMG_ARC_PIE and IMG_ARC_CHORD are + mutually exclusive; IMG_ARC_CHORD just connects the starting and ending angles with a straight line, while - IMG_ARC_PIE produces a rounded edge. - IMG_ARC_NOFILL indicates that the arc - or chord should be outlined, not filled. IMG_ARC_EDGED, - used together with IMG_ARC_NOFILL, indicates that the + IMG_ARC_PIE produces a rounded edge. + IMG_ARC_NOFILL indicates that the arc + or chord should be outlined, not filled. IMG_ARC_EDGED, + used together with IMG_ARC_NOFILL, indicates that the beginning and ending angles should be connected to the center - this is a good way to outline (rather than fill) a 'pie slice'. diff --git a/reference/image/functions/imagefilledellipse.xml b/reference/image/functions/imagefilledellipse.xml index 5a2dad07ba..ceec8cd6e9 100644 --- a/reference/image/functions/imagefilledellipse.xml +++ b/reference/image/functions/imagefilledellipse.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ intcy intw inth - intcol + intcolor imagefilledellipse draws an ellipse centered at diff --git a/reference/image/functions/imagefilledpolygon.xml b/reference/image/functions/imagefilledpolygon.xml index 3dbce9bb6f..91614a6882 100644 --- a/reference/image/functions/imagefilledpolygon.xml +++ b/reference/image/functions/imagefilledpolygon.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ resourceimage arraypoints intnum_points - intcol + intcolor imagefilledpolygon creates a filled polygon diff --git a/reference/image/functions/imagefilledrectangle.xml b/reference/image/functions/imagefilledrectangle.xml index 0d5586bdc8..dcc331a984 100644 --- a/reference/image/functions/imagefilledrectangle.xml +++ b/reference/image/functions/imagefilledrectangle.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,11 @@ inty1 intx2 inty2 - intcol + intcolor imagefilledrectangle creates a filled - rectangle of color col in image + rectangle of color color in image image starting at upper left coordinates x1, y1 and ending at bottom right coordinates x2, diff --git a/reference/image/functions/imagefilltoborder.xml b/reference/image/functions/imagefilltoborder.xml index ba27537b47..1b5ac0c0f8 100644 --- a/reference/image/functions/imagefilltoborder.xml +++ b/reference/image/functions/imagefilltoborder.xml @@ -1,5 +1,5 @@ - + @@ -14,14 +14,14 @@ intx inty intborder - intcol + intcolor imagefilltoborder performs a flood fill whose border color is defined by border. The starting point for the fill is x, y (top left is 0, 0) and the region is - filled with color col. + filled with color color. diff --git a/reference/image/functions/imagegd2.xml b/reference/image/functions/imagegd2.xml index f76add08bd..73c58dc46c 100644 --- a/reference/image/functions/imagegd2.xml +++ b/reference/image/functions/imagegd2.xml @@ -1,10 +1,10 @@ - + imagegd2 - Output GD2 image to browser or file + Output GD2 image Description @@ -18,6 +18,9 @@ &warn.undocumented.func; + + imagegd2 outputs GD2 image to browser or file. + The optional type parameter is either raw or compressed. diff --git a/reference/image/functions/imageline.xml b/reference/image/functions/imageline.xml index 639a7e9685..e9cafcdead 100644 --- a/reference/image/functions/imageline.xml +++ b/reference/image/functions/imageline.xml @@ -1,5 +1,5 @@ - + @@ -15,13 +15,13 @@ inty1 intx2 inty2 - intcol + intcolor imageline draws a line from x1, y1 to x2, y2 (top left is - 0, 0) in image im of color col. + 0, 0) in image im of color color. See also imagecreate and diff --git a/reference/image/functions/imagepolygon.xml b/reference/image/functions/imagepolygon.xml index 7ae50ac417..18e2d691ed 100644 --- a/reference/image/functions/imagepolygon.xml +++ b/reference/image/functions/imagepolygon.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ resourceimage arraypoints intnum_points - intcol + intcolor imagepolygon creates a polygon in image id. diff --git a/reference/image/functions/imagepsbbox.xml b/reference/image/functions/imagepsbbox.xml index 278a9fc274..2075d65764 100644 --- a/reference/image/functions/imagepsbbox.xml +++ b/reference/image/functions/imagepsbbox.xml @@ -1,5 +1,5 @@ - + @@ -21,20 +21,20 @@ floatangle - Size is expressed in pixels. + size is expressed in pixels. - Space allows you to change the default + space allows you to change the default value of a space in a font. This amount is added to the normal value and can also be negative. - Tightness allows you to control the amount + tightness allows you to control the amount of white space between characters. This amount is added to the normal character width and can also be negative. - Angle is in degrees. + angle is in degrees. Parameters space and diff --git a/reference/image/functions/imagepsfreefont.xml b/reference/image/functions/imagepsfreefont.xml index c5d4d95ec8..ded33e87c1 100644 --- a/reference/image/functions/imagepsfreefont.xml +++ b/reference/image/functions/imagepsfreefont.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,9 @@ voidimagepsfreefont intfontindex + + imagepsfreefont frees memory used by a PostScript Type 1 font. + See also imagepsloadfont. diff --git a/reference/image/functions/imagesetpixel.xml b/reference/image/functions/imagesetpixel.xml index d8ee6149a3..5cdad87d58 100644 --- a/reference/image/functions/imagesetpixel.xml +++ b/reference/image/functions/imagesetpixel.xml @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ resourceimage intx inty - intcol + intcolor imagesetpixel draws a pixel at x, y (top left is 0, 0) in image image of color - col. + color. See also imagecreate and diff --git a/reference/image/functions/imagettftext.xml b/reference/image/functions/imagettftext.xml index ae85412e68..4c244d2a6a 100644 --- a/reference/image/functions/imagettftext.xml +++ b/reference/image/functions/imagettftext.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description arrayimagettftext - resourceim + resourceimage intsize intangle intx diff --git a/reference/image/functions/imagetypes.xml b/reference/image/functions/imagetypes.xml index aac410622c..95febdf0e7 100644 --- a/reference/image/functions/imagetypes.xml +++ b/reference/image/functions/imagetypes.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,11 @@ This function returns a bit-field corresponding to the image formats supported by the version of GD linked into PHP. The - following bits are returned, IMG_GIF | IMG_JPG - | IMG_PNG | IMG_WBMP. + following bits are returned, IMG_GIF | IMG_JPG + | IMG_PNG | IMG_WBMP. To check for PNG support, for example, do this: - imagetypes + <function>imagetypes</function> example