<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'gmagick.flipimage.php',
    1 => 'Gmagick::flipimage',
    2 => 'Cr&eacute;e une image miroir verticale',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.equalizeimage.php',
    1 => 'Gmagick::equalizeimage',
  ),
  'next' => 
  array (
    0 => 'gmagick.flopimage.php',
    1 => 'Gmagick::flopimage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/gmagick/gmagick/flipimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.flipimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::flipimage</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::flipimage</span> &mdash; <span class="dc-title">Crée une image miroir verticale</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.flipimage-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::flipimage</strong></span>(): <span class="type"><a href="class.gmagick.php" class="type Gmagick">Gmagick</a></span></div>

  <p class="simpara">
   Crée une image miroir verticale en reflétant les pixels autour du centre de l&#039;axe X.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.flipimage-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.flipimage-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   L&#039;objet <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> reflété.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-gmagick.flipimage-errors">
  <h3 class="title">Erreurs / Exceptions</h3>
  <p class="simpara">
   Émet une exception
<span class="classname"><strong class="classname">GmagickException</strong></span> en cas d&#039;erreur.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gmagick.flipimage-seealso">
  <h3 class="title">Voir aussi</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="gmagick.flopimage.php" class="function" rel="rdfs-seeAlso">Gmagick::flopimage()</a> - Cr&eacute;e une image miroir horizontale</span></li>
  </ul>
 </div>


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