<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'gmagick.motionblurimage.php',
    1 => 'Gmagick::motionblurimage',
    2 => 'Simulates motion blur',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.modulateimage.php',
    1 => 'Gmagick::modulateimage',
  ),
  'next' => 
  array (
    0 => 'gmagick.newimage.php',
    1 => 'Gmagick::newimage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/gmagick/motionblurimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.motionblurimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::motionblurimage</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::motionblurimage</span> &mdash; <span class="dc-title">Simulates motion blur</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.motionblurimage-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::motionblurimage</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$radius</code></span>, <span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$sigma</code></span>, <span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$angle</code></span>): <span class="type"><a href="class.gmagick.php" class="type Gmagick">Gmagick</a></span></div>

  <p class="simpara">
   Simulates motion blur. We convolve the image with a Gaussian operator of the
   given radius and standard deviation (sigma). For reasonable results, radius should be
   larger than sigma. Use a radius of 0 and <span class="methodname"><strong>Gmagick::motionblurimage()</strong></span> selects a suitable radius
   for you. Angle gives the angle of the blurring motion.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.motionblurimage-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">radius</code></dt>
    <dd>
     <span class="simpara">
      The radius of the Gaussian, in pixels, not counting the center pixel.
     </span>
    </dd>
   
   
    <dt><code class="parameter">sigma</code></dt>
    <dd>
     <span class="simpara">
      The standard deviation of the Gaussian, in pixels.
     </span>
    </dd>
   
   
    <dt><code class="parameter">angle</code></dt>
    <dd>
     <span class="simpara">
      Apply the effect along this angle.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.motionblurimage-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   The <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> object.
  </p>
 </div>

 <div class="refsect1 errors" id="refsect1-gmagick.motionblurimage-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="simpara">
   Hata durumunda bir
<span class="classname"><strong class="classname">GmagickException</strong></span>
istisnası oluşur.
  </p>
 </div>

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