<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.image.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'image.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.image.php',
    1 => 'GD',
  ),
  'prev' => 
  array (
    0 => 'image.resources.php',
    1 => 'リソース型',
  ),
  'next' => 
  array (
    0 => 'image.examples.php',
    1 => '例',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/image/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="image.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <dl>
  
   <dt id="constant.gd-version">
    <strong><code><a href="image.constants.php#constant.gd-version">GD_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     PHP をコンパイルしたときの GD のバージョン
    </span>
   </dd>
  

  
   <dt id="constant.gd-major-version">
    <strong><code><a href="image.constants.php#constant.gd-major-version">GD_MAJOR_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     PHP をコンパイルしたときの GD のメジャーバージョン
    </span>
   </dd>
  

  
   <dt id="constant.gd-minor-version">
    <strong><code><a href="image.constants.php#constant.gd-minor-version">GD_MINOR_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     PHP をコンパイルしたときの GD のマイナーバージョン
    </span>
   </dd>
  

  
   <dt id="constant.gd-release-version">
    <strong><code><a href="image.constants.php#constant.gd-release-version">GD_RELEASE_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     PHP をコンパイルしたときの GD のリリースバージョン
    </span>
   </dd>
  

  
   <dt id="constant.gd-extra-version">
    <strong><code><a href="image.constants.php#constant.gd-extra-version">GD_EXTRA_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     PHP をコンパイルしたときの GD の &quot;追加&quot; バージョン (beta/rc..)
    </span>
   </dd>
  

  
   <dt id="constant.gd-bundled">
    <strong><code><a href="image.constants.php#constant.gd-bundled">GD_BUNDLED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     バンドルされている GD を使用する場合は 1、
     それ以外の場合は 0 が設定されます。
    </span>
   </dd>
  

  
   <dt id="constant.img-avif">
    <strong><code><a href="image.constants.php#constant.img-avif">IMG_AVIF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
    <span class="simpara">
     (PHP 8.1.0 以降で利用可能です)
    </span>
   </dd>
  
  
   <dt id="constant.img-bmp">
    <strong><code><a href="image.constants.php#constant.img-bmp">IMG_BMP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-gif">
    <strong><code><a href="image.constants.php#constant.img-gif">IMG_GIF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-jpg">
    <strong><code><a href="image.constants.php#constant.img-jpg">IMG_JPG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-jpeg">
    <strong><code><a href="image.constants.php#constant.img-jpeg">IMG_JPEG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
    <blockquote class="note"><p><strong class="note">注意</strong>: 
     <p class="para">
      この定数の値は <strong><code><a href="image.constants.php#constant.img-jpg">IMG_JPG</a></code></strong> と同じです。
     </p>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.img-png">
    <strong><code><a href="image.constants.php#constant.img-png">IMG_PNG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-tga">
    <strong><code><a href="image.constants.php#constant.img-tga">IMG_TGA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
    <span class="simpara">
     PHP 7.4.0 以降で利用可能
    </span>
   </dd>
  
  
   <dt id="constant.img-wbmp">
    <strong><code><a href="image.constants.php#constant.img-wbmp">IMG_WBMP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-xpm">
    <strong><code><a href="image.constants.php#constant.img-xpm">IMG_XPM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
   </dd>
  
  
   <dt id="constant.img-webp">
    <strong><code><a href="image.constants.php#constant.img-webp">IMG_WEBP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagetypes.php" class="function">imagetypes()</a></span> の戻り値として用います。
</span>
    <span class="simpara">
     (PHP 7.0.10 以降で利用可能です)
    </span>
   </dd>
  
  
   <dt id="constant.img-webp-lossless">
    <strong><code><a href="image.constants.php#constant.img-webp-lossless">IMG_WEBP_LOSSLESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     (PHP 8.1.0 以降で利用可能です)
    </span>
   </dd>
  
  
   <dt id="constant.img-color-tiled">
    <strong><code><a href="image.constants.php#constant.img-color-tiled">IMG_COLOR_TILED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagecolorallocate.php" class="function">imagecolorallocate()</a></span> や
    <span class="function"><a href="function.imagecolorallocatealpha.php" class="function">imagecolorallocatealpha()</a></span>
    で割り当てた色のかわりに使用できる、特別な色オプション。
</span>
   </dd>
  
  
   <dt id="constant.img-color-styled">
    <strong><code><a href="image.constants.php#constant.img-color-styled">IMG_COLOR_STYLED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagecolorallocate.php" class="function">imagecolorallocate()</a></span> や
    <span class="function"><a href="function.imagecolorallocatealpha.php" class="function">imagecolorallocatealpha()</a></span>
    で割り当てた色のかわりに使用できる、特別な色オプション。
</span>
   </dd>
  
  
   <dt id="constant.img-color-brushed">
    <strong><code><a href="image.constants.php#constant.img-color-brushed">IMG_COLOR_BRUSHED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagecolorallocate.php" class="function">imagecolorallocate()</a></span> や
    <span class="function"><a href="function.imagecolorallocatealpha.php" class="function">imagecolorallocatealpha()</a></span>
    で割り当てた色のかわりに使用できる、特別な色オプション。
</span>
   </dd>
  
  
   <dt id="constant.img-color-styledbrushed">
    <strong><code><a href="image.constants.php#constant.img-color-styledbrushed">IMG_COLOR_STYLEDBRUSHED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagecolorallocate.php" class="function">imagecolorallocate()</a></span> や
    <span class="function"><a href="function.imagecolorallocatealpha.php" class="function">imagecolorallocatealpha()</a></span>
    で割り当てた色のかわりに使用できる、特別な色オプション。
</span>
   </dd>
  
  
   <dt id="constant.img-color-transparent">
    <strong><code><a href="image.constants.php#constant.img-color-transparent">IMG_COLOR_TRANSPARENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagecolorallocate.php" class="function">imagecolorallocate()</a></span> や
    <span class="function"><a href="function.imagecolorallocatealpha.php" class="function">imagecolorallocatealpha()</a></span>
    で割り当てた色のかわりに使用できる、特別な色オプション。
</span>
   </dd>
  
  
   <dt id="constant.img-affine-translate">
    <strong><code><a href="image.constants.php#constant.img-affine-translate">IMG_AFFINE_TRANSLATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アフィン変換の形式を表す定数。<span class="function"><a href="function.imageaffinematrixget.php" class="function">imageaffinematrixget()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-affine-scale">
    <strong><code><a href="image.constants.php#constant.img-affine-scale">IMG_AFFINE_SCALE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アフィン変換の形式を表す定数。<span class="function"><a href="function.imageaffinematrixget.php" class="function">imageaffinematrixget()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-affine-rotate">
    <strong><code><a href="image.constants.php#constant.img-affine-rotate">IMG_AFFINE_ROTATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アフィン変換の形式を表す定数。<span class="function"><a href="function.imageaffinematrixget.php" class="function">imageaffinematrixget()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-affine-shear-horizontal">
    <strong><code><a href="image.constants.php#constant.img-affine-shear-horizontal">IMG_AFFINE_SHEAR_HORIZONTAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アフィン変換の形式を表す定数。<span class="function"><a href="function.imageaffinematrixget.php" class="function">imageaffinematrixget()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-affine-shear-vertical">
    <strong><code><a href="image.constants.php#constant.img-affine-shear-vertical">IMG_AFFINE_SHEAR_VERTICAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アフィン変換の形式を表す定数。<span class="function"><a href="function.imageaffinematrixget.php" class="function">imageaffinematrixget()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-arc-rounded">
    <strong><code><a href="image.constants.php#constant.img-arc-rounded">IMG_ARC_ROUNDED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    スタイル定数。<span class="function"><a href="function.imagefilledarc.php" class="function">imagefilledarc()</a></span> 関数が使用します。
</span>
    <blockquote class="note"><p><strong class="note">注意</strong>: 
     <p class="para">
      この定数の値は <strong><code><a href="image.constants.php#constant.img-arc-pie">IMG_ARC_PIE</a></code></strong> と同じです。
     </p>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.img-arc-pie">
    <strong><code><a href="image.constants.php#constant.img-arc-pie">IMG_ARC_PIE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    スタイル定数。<span class="function"><a href="function.imagefilledarc.php" class="function">imagefilledarc()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-arc-chord">
    <strong><code><a href="image.constants.php#constant.img-arc-chord">IMG_ARC_CHORD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    スタイル定数。<span class="function"><a href="function.imagefilledarc.php" class="function">imagefilledarc()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-arc-nofill">
    <strong><code><a href="image.constants.php#constant.img-arc-nofill">IMG_ARC_NOFILL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    スタイル定数。<span class="function"><a href="function.imagefilledarc.php" class="function">imagefilledarc()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-arc-edged">
    <strong><code><a href="image.constants.php#constant.img-arc-edged">IMG_ARC_EDGED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    スタイル定数。<span class="function"><a href="function.imagefilledarc.php" class="function">imagefilledarc()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-gd2-raw">
    <strong><code><a href="image.constants.php#constant.img-gd2-raw">IMG_GD2_RAW</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    タイプ変数。<span class="function"><a href="function.imagegd2.php" class="function">imagegd2()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-gd2-compressed">
    <strong><code><a href="image.constants.php#constant.img-gd2-compressed">IMG_GD2_COMPRESSED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    タイプ変数。<span class="function"><a href="function.imagegd2.php" class="function">imagegd2()</a></span> 関数が使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-effect-replace">
    <strong><code><a href="image.constants.php#constant.img-effect-replace">IMG_EFFECT_REPLACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アルファブレンディング効果。<span class="function"><a href="function.imagelayereffect.php" class="function">imagelayereffect()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-effect-alphablend">
    <strong><code><a href="image.constants.php#constant.img-effect-alphablend">IMG_EFFECT_ALPHABLEND</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アルファブレンディング効果。<span class="function"><a href="function.imagelayereffect.php" class="function">imagelayereffect()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-effect-normal">
    <strong><code><a href="image.constants.php#constant.img-effect-normal">IMG_EFFECT_NORMAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アルファブレンディング効果。<span class="function"><a href="function.imagelayereffect.php" class="function">imagelayereffect()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-effect-overlay">
    <strong><code><a href="image.constants.php#constant.img-effect-overlay">IMG_EFFECT_OVERLAY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アルファブレンディング効果。<span class="function"><a href="function.imagelayereffect.php" class="function">imagelayereffect()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-effect-multiply">
    <strong><code><a href="image.constants.php#constant.img-effect-multiply">IMG_EFFECT_MULTIPLY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    アルファブレンディング効果。<span class="function"><a href="function.imagelayereffect.php" class="function">imagelayereffect()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-negate">
    <strong><code><a href="image.constants.php#constant.img-filter-negate">IMG_FILTER_NEGATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-grayscale">
    <strong><code><a href="image.constants.php#constant.img-filter-grayscale">IMG_FILTER_GRAYSCALE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-brightness">
    <strong><code><a href="image.constants.php#constant.img-filter-brightness">IMG_FILTER_BRIGHTNESS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-contrast">
    <strong><code><a href="image.constants.php#constant.img-filter-contrast">IMG_FILTER_CONTRAST</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-colorize">
    <strong><code><a href="image.constants.php#constant.img-filter-colorize">IMG_FILTER_COLORIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-edgedetect">
    <strong><code><a href="image.constants.php#constant.img-filter-edgedetect">IMG_FILTER_EDGEDETECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-gaussian-blur">
    <strong><code><a href="image.constants.php#constant.img-filter-gaussian-blur">IMG_FILTER_GAUSSIAN_BLUR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-selective-blur">
    <strong><code><a href="image.constants.php#constant.img-filter-selective-blur">IMG_FILTER_SELECTIVE_BLUR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-emboss">
    <strong><code><a href="image.constants.php#constant.img-filter-emboss">IMG_FILTER_EMBOSS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-mean-removal">
    <strong><code><a href="image.constants.php#constant.img-filter-mean-removal">IMG_FILTER_MEAN_REMOVAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-smooth">
    <strong><code><a href="image.constants.php#constant.img-filter-smooth">IMG_FILTER_SMOOTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-pixelate">
    <strong><code><a href="image.constants.php#constant.img-filter-pixelate">IMG_FILTER_PIXELATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.img-filter-scatter">
    <strong><code><a href="image.constants.php#constant.img-filter-scatter">IMG_FILTER_SCATTER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な GD フィルタ。<span class="function"><a href="function.imagefilter.php" class="function">imagefilter()</a></span> 関数で使用します。
</span>
    <span class="simpara">
     (PHP 7.4.0 以降で使用可能)
    </span>
   </dd>
  
  
   <dt id="constant.imagetype-gif">
    <strong><code><a href="image.constants.php#constant.imagetype-gif">IMAGETYPE_GIF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jpeg">
    <strong><code><a href="image.constants.php#constant.imagetype-jpeg">IMAGETYPE_JPEG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jpeg2000">
    <strong><code><a href="image.constants.php#constant.imagetype-jpeg2000">IMAGETYPE_JPEG2000</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-png">
    <strong><code><a href="image.constants.php#constant.imagetype-png">IMAGETYPE_PNG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-swf">
    <strong><code><a href="image.constants.php#constant.imagetype-swf">IMAGETYPE_SWF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-psd">
    <strong><code><a href="image.constants.php#constant.imagetype-psd">IMAGETYPE_PSD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-bmp">
    <strong><code><a href="image.constants.php#constant.imagetype-bmp">IMAGETYPE_BMP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-wbmp">
    <strong><code><a href="image.constants.php#constant.imagetype-wbmp">IMAGETYPE_WBMP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-xbm">
    <strong><code><a href="image.constants.php#constant.imagetype-xbm">IMAGETYPE_XBM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-tiff-ii">
    <strong><code><a href="image.constants.php#constant.imagetype-tiff-ii">IMAGETYPE_TIFF_II</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-tiff-mm">
    <strong><code><a href="image.constants.php#constant.imagetype-tiff-mm">IMAGETYPE_TIFF_MM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-iff">
    <strong><code><a href="image.constants.php#constant.imagetype-iff">IMAGETYPE_IFF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jb2">
    <strong><code><a href="image.constants.php#constant.imagetype-jb2">IMAGETYPE_JB2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jpc">
    <strong><code><a href="image.constants.php#constant.imagetype-jpc">IMAGETYPE_JPC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jp2">
    <strong><code><a href="image.constants.php#constant.imagetype-jp2">IMAGETYPE_JP2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-jpx">
    <strong><code><a href="image.constants.php#constant.imagetype-jpx">IMAGETYPE_JPX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-swc">
    <strong><code><a href="image.constants.php#constant.imagetype-swc">IMAGETYPE_SWC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-ico">
    <strong><code><a href="image.constants.php#constant.imagetype-ico">IMAGETYPE_ICO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-webp">
    <strong><code><a href="image.constants.php#constant.imagetype-webp">IMAGETYPE_WEBP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
    <span class="simpara">
     (PHP 7.1.0 以降で利用可能です)
    </span>
   </dd>
  
  
   <dt id="constant.imagetype-avif">
    <strong><code><a href="image.constants.php#constant.imagetype-avif">IMAGETYPE_AVIF</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
    <span class="simpara">
     (PHP 8.1.0 以降で利用可能です)
    </span>
   </dd>
  
  
   <dt id="constant.imagetype-unknown">
    <strong><code><a href="image.constants.php#constant.imagetype-unknown">IMAGETYPE_UNKNOWN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    画像タイプ定数。<span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span>
    や <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.imagetype-count">
    <strong><code><a href="image.constants.php#constant.imagetype-count">IMAGETYPE_COUNT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     画像タイプの定数の数(&quot;unknown&quot; タイプも含みます)。
     <span class="function"><a href="function.image-type-to-mime-type.php" class="function">image_type_to_mime_type()</a></span> と
     <span class="function"><a href="function.image-type-to-extension.php" class="function">image_type_to_extension()</a></span> でサポートされています。
    </span>
   </dd>
  
  
   <dt id="constant.png-no-filter">
    <strong><code><a href="image.constants.php#constant.png-no-filter">PNG_NO_FILTER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-filter-none">
    <strong><code><a href="image.constants.php#constant.png-filter-none">PNG_FILTER_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-filter-sub">
    <strong><code><a href="image.constants.php#constant.png-filter-sub">PNG_FILTER_SUB</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-filter-up">
    <strong><code><a href="image.constants.php#constant.png-filter-up">PNG_FILTER_UP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-filter-avg">
    <strong><code><a href="image.constants.php#constant.png-filter-avg">PNG_FILTER_AVG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-filter-paeth">
    <strong><code><a href="image.constants.php#constant.png-filter-paeth">PNG_FILTER_PAETH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  
  
   <dt id="constant.png-all-filters">
    <strong><code><a href="image.constants.php#constant.png-all-filters">PNG_ALL_FILTERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    特別な PNG フィルタ。<span class="function"><a href="function.imagepng.php" class="function">imagepng()</a></span> 関数で使用します。
</span>
   </dd>
  

  
   <dt id="constant.img-flip-vertical">
    <strong><code><a href="image.constants.php#constant.img-flip-vertical">IMG_FLIP_VERTICAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imageflip.php" class="function">imageflip()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-flip-horizontal">
    <strong><code><a href="image.constants.php#constant.img-flip-horizontal">IMG_FLIP_HORIZONTAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imageflip.php" class="function">imageflip()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-flip-both">
    <strong><code><a href="image.constants.php#constant.img-flip-both">IMG_FLIP_BOTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imageflip.php" class="function">imageflip()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bell">
    <strong><code><a href="image.constants.php#constant.img-bell">IMG_BELL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bessel">
    <strong><code><a href="image.constants.php#constant.img-bessel">IMG_BESSEL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bilinear-fixed">
    <strong><code><a href="image.constants.php#constant.img-bilinear-fixed">IMG_BILINEAR_FIXED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bicubic">
    <strong><code><a href="image.constants.php#constant.img-bicubic">IMG_BICUBIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bicubic-fixed">
    <strong><code><a href="image.constants.php#constant.img-bicubic-fixed">IMG_BICUBIC_FIXED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-blackman">
    <strong><code><a href="image.constants.php#constant.img-blackman">IMG_BLACKMAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-box">
    <strong><code><a href="image.constants.php#constant.img-box">IMG_BOX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-bspline">
    <strong><code><a href="image.constants.php#constant.img-bspline">IMG_BSPLINE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-catmullrom">
    <strong><code><a href="image.constants.php#constant.img-catmullrom">IMG_CATMULLROM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-gaussian">
    <strong><code><a href="image.constants.php#constant.img-gaussian">IMG_GAUSSIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-generalized-cubic">
    <strong><code><a href="image.constants.php#constant.img-generalized-cubic">IMG_GENERALIZED_CUBIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-hermite">
    <strong><code><a href="image.constants.php#constant.img-hermite">IMG_HERMITE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-hamming">
    <strong><code><a href="image.constants.php#constant.img-hamming">IMG_HAMMING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-hanning">
    <strong><code><a href="image.constants.php#constant.img-hanning">IMG_HANNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-mitchell">
    <strong><code><a href="image.constants.php#constant.img-mitchell">IMG_MITCHELL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-power">
    <strong><code><a href="image.constants.php#constant.img-power">IMG_POWER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-quadratic">
    <strong><code><a href="image.constants.php#constant.img-quadratic">IMG_QUADRATIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-sinc">
    <strong><code><a href="image.constants.php#constant.img-sinc">IMG_SINC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-nearest-neighbour">
    <strong><code><a href="image.constants.php#constant.img-nearest-neighbour">IMG_NEAREST_NEIGHBOUR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-weighted4">
    <strong><code><a href="image.constants.php#constant.img-weighted4">IMG_WEIGHTED4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  

  
   <dt id="constant.img-triangle">
    <strong><code><a href="image.constants.php#constant.img-triangle">IMG_TRIANGLE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
    <span class="function"><a href="function.imagesetinterpolation.php" class="function">imagesetinterpolation()</a></span> で使用します。PHP 5.5.0 以降で使用可能です。
</span>
   </dd>
  
  
   <dt id="constant.img-crop-black">
    <strong><code><a href="image.constants.php#constant.img-crop-black">IMG_CROP_BLACK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     黒い背景を切り抜きます。
    </span>
   </dd>
  
  
   <dt id="constant.img-crop-default">
    <strong><code><a href="image.constants.php#constant.img-crop-default">IMG_CROP_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <strong><code><a href="image.constants.php#constant.img-crop-transparent">IMG_CROP_TRANSPARENT</a></code></strong> と同じです。
     PHP 7.4.0 より前のバージョンでは、
     透過色が存在しない場合、バンドルされていた libgd が
     <strong><code><a href="image.constants.php#constant.img-crop-sides">IMG_CROP_SIDES</a></code></strong> にフォールバックしていました。
    </span>
   </dd>
  
  
   <dt id="constant.img-crop-sides">
    <strong><code><a href="image.constants.php#constant.img-crop-sides">IMG_CROP_SIDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     切り抜く背景を検知しようとする際、
     画像の四隅を使います。
    </span>
   </dd>
  
  
   <dt id="constant.img-crop-threshold">
    <strong><code><a href="image.constants.php#constant.img-crop-threshold">IMG_CROP_THRESHOLD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     指定された <code class="parameter">threshold</code>
     と <code class="parameter">color</code> を使い、画像を切り抜きます。
    </span>
   </dd>
  
  
   <dt id="constant.img-crop-transparent">
    <strong><code><a href="image.constants.php#constant.img-crop-transparent">IMG_CROP_TRANSPARENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     透明な背景を切り抜きます。
    </span>
   </dd>
  
  
   <dt id="constant.img-crop-white">
    <strong><code><a href="image.constants.php#constant.img-crop-white">IMG_CROP_WHITE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     白い背景を切り抜きます。
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>