<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'imagick.getimagealphachannel.php',
    1 => 'Imagick::getImageAlphaChannel',
    2 => 'Checks if the image has an alpha channel',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getimage.php',
    1 => 'Imagick::getImage',
  ),
  'next' => 
  array (
    0 => 'imagick.getimageartifact.php',
    1 => 'Imagick::getImageArtifact',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getimagealphachannel.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getimagealphachannel" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getImageAlphaChannel</h1>
  <p class="verinfo">(PECL imagick 2 &gt;= 2.3.0, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImageAlphaChannel</span> &mdash; <span class="dc-title">Checks if the image has an alpha channel</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getimagealphachannel-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImageAlphaChannel</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>


  <p class="para rdfs-comment">
   Returns whether the image has an alpha channel.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getimagealphachannel-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getimagealphachannel-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the image has an alpha channel value and <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if not,
   i.e. the image is <abbr title="Red-Green-Blue">RGB</abbr> rather than <abbr>RGBA</abbr>
   or <abbr>CMYK</abbr> rather than <abbr>CMYKA</abbr>.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.getimagealphachannel-errors">
  <h3 class="title">Errori/Eccezioni</h3>
  <p class="para">
   Lancia una ImagickException in caso di errore.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-imagick.getimagealphachannel-changelog">
  <h3 class="title">Log delle modifiche</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Versione</th>
      <th>Descrizione</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>PECL imagick 3.6.0</td>
      <td>
       Returns a <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> now; previously, an <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> was returned.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


</div><?php manual_footer($setup); ?>