diff --git a/functions/image.xml b/functions/image.xml index 1f92dd60ed..424adae8af 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -224,7 +224,7 @@ and h specifies the ellipse's width and height respectively while the start and end points are specified in degrees indicated by the s and - e. arguments. + e arguments. style is a bitwise OR of the following possibilities: IMG_ARC_PIE @@ -330,8 +330,8 @@ 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 is 1, 2, 3, - 4 or 5, a built-in font is used (with higher numbers + 0) with the color col. If font + is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers corresponding to larger fonts). @@ -363,8 +363,9 @@ c vertically in the image identified by im at coordinates x, y (top left is - 0, 0) with the color col. If font is 1, - 2, 3, 4 or 5, a built-in font is used. + 0, 0) with the color col. + If font is 1, 2, 3, 4 or 5, a built-in font is + used. See also imageloadfont. @@ -2144,7 +2145,7 @@ ImagePng($im); In the case everything went right, a valid font index will be returned and can be used for further purposes. Otherwise the function returns &false; and prints a message describing what went - wrong. + wrong, which you cannot read directly, while the output type is image.