From 49dde53d97cc57562a3df9cbc5ec04d99d203d7b Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Fri, 5 Apr 2002 15:13:31 +0000 Subject: [PATCH] fix indentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76694 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 951ce84f83..823f32423d 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -574,13 +574,15 @@ THUMBNAIL.Thumbnail.Height: 1 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 beginning and ending angles should be - connected to the center - this is a good way to outline (rather than fill) - a 'pie slice'. + 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'. This function was added in PHP 4.0.6 and requires GD 2.0.1 @@ -1393,7 +1395,8 @@ ImagePng ($im); representing a black image of size x_size by y_size. - This function was added in PHP 4.0.6 and requires GD 2.0.1 or later + This function was added in PHP 4.0.6 and requires GD 2.0.1 or later + @@ -2834,9 +2837,12 @@ ImageDestroy ($im); colors IMG_COLOR_BRUSHED or IMG_COLOR_STYLEDBRUSHED. - You need not take special action when you are finished with a brush, but if you - destroy the brush image, you must not use the IMG_COLOR_BRUSHED or IMG_COLOR_STYLEDBRUSHED - colors until you have set a new brush image! + + You need not take special action when you are finished with a brush, but if you + destroy the brush image, you must not use the IMG_COLOR_BRUSHED or + IMG_COLOR_STYLEDBRUSHED + colors until you have set a new brush image! + This function was added in PHP 4.0.6 @@ -2929,9 +2935,11 @@ ImageDestroy ($im); of the underlying area to shine through can be created. - You need not take special action when you are finished with a tile, but if you - destroy the tile image, you must not use the IMG_COLOR_TILED color until you have - set a new tile image! + + You need not take special action when you are finished with a tile, but if you + destroy the tile image, you must not use the IMG_COLOR_TILED + color until you have set a new tile image! + This function was added in PHP 4.0.6 @@ -3343,8 +3351,9 @@ ImageDestroy ($im); 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. To check for PNG support, for example, do this: + following bits are returned, IMG_GIF | IMG_JPG + | IMG_PNG | IMG_WBMP. + To check for PNG support, for example, do this: ImageTypes