mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Layout fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129090 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
514dd25f66
commit
c510bc69b1
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagesavealpha">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,8 @@
|
|||
channel information (as opposed to single-color transparency) when saving PNG images.
|
||||
</para>
|
||||
<para>
|
||||
You have to unset alphablending (<function>imagealphablending</function>($im, &false;)) to use it.
|
||||
You have to unset alphablending
|
||||
(<literal>imagealphaplending($im,&false;)</literal>), to use it.
|
||||
</para>
|
||||
<para>
|
||||
Alpha channel is not supported by all browsers, if you have problem with
|
||||
|
|
Loading…
Reference in a new issue