<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'imagick.getimageprofiles.php',
    1 => 'Imagick::getImageProfiles',
    2 => 'Returns the image profiles',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getimageprofile.php',
    1 => 'Imagick::getImageProfile',
  ),
  'next' => 
  array (
    0 => 'imagick.getimageproperties.php',
    1 => 'Imagick::getImageProperties',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getimageprofiles.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getimageprofiles" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getImageProfiles</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImageProfiles</span> &mdash; <span class="dc-title">Returns the image profiles</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getimageprofiles-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImageProfiles</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$pattern</code><span class="initializer"> = &quot;*&quot;</span></span>, <span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$include_values</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong></span></span>): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>


  <p class="para rdfs-comment">
   Returns all associated profiles that match the pattern. If <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> is passed as second parameter
   only the profile names are returned. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getimageprofiles-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">pattern</code></dt>
     <dd>
      <p class="para">
      The pattern for profile names.
      </p>
     </dd>
    
    
     <dt><code class="parameter">include_values</code></dt>
     <dd>
      <p class="para">
      Whether to return only profile names. If <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> then only profile names will be returned.
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.getimageprofiles-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns an array containing the image profiles or profile names.
  </p>
 </div>


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