From 5c6d2a2fc44641e24eb9e38c796b52fcc0e684a7 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 29 May 2003 01:13:50 +0000 Subject: [PATCH] Whitespace. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129091 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagesavealpha.xml | 25 +++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/reference/image/functions/imagesavealpha.xml b/reference/image/functions/imagesavealpha.xml index 0129d2a400..51d7b6c34d 100644 --- a/reference/image/functions/imagesavealpha.xml +++ b/reference/image/functions/imagesavealpha.xml @@ -1,11 +1,13 @@ - + imagesavealpha - Set the flag to save full alpha channel information (as opposed to - single-color transparency) when saving PNG images. + + Set the flag to save full alpha channel information (as opposed to + single-color transparency) when saving PNG images. + Description @@ -13,19 +15,20 @@ boolimagesavealpha resourceimage boolsaveflag - + - imagesavealpha sets the flat to attempt to save full alpha - channel information (as opposed to single-color transparency) when saving PNG images. + imagesavealpha sets the flat to attempt to save + full alpha channel information (as opposed to single-color transparency) + when saving PNG images. - You have to unset alphablending - (imagealphaplending($im,&false;)), to use it. + You have to unset alphablending + (imagealphaplending($im,&false;)), to use it. - Alpha channel is not supported by all browsers, if you have problem with - your browser, try to load your script with a alpha channel compliant - browser, e.g. latest Mozilla. + Alpha channel is not supported by all browsers, if you have problem with + your browser, try to load your script with a alpha channel compliant + browser, e.g. latest Mozilla. See also imagealphablending.