diff --git a/reference/imagick/imagick/clampimage.xml b/reference/imagick/imagick/clampimage.xml new file mode 100644 index 0000000000..3e575bd9f4 --- /dev/null +++ b/reference/imagick/imagick/clampimage.xml @@ -0,0 +1,66 @@ + + + + + + Imagick::clampImage + 色の範囲を 0 から quantum depth までに制限する + + + + &reftitle.description; + + public boolImagick::clampImage + intchannelImagick::CHANNEL_DEFAULT + + + 色の範囲を 0 から quantum depth までに制限します。 + + + + + + + &reftitle.parameters; + + + channel + + + + + + + + + + + &reftitle.returnvalues; + + &return.success; + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/clipimagepath.xml b/reference/imagick/imagick/clipimagepath.xml new file mode 100644 index 0000000000..8374a0e4d2 --- /dev/null +++ b/reference/imagick/imagick/clipimagepath.xml @@ -0,0 +1,79 @@ + + + + + + Imagick::clipImagePath + 8BIM プロファイルの名前付きパスがあればそれに沿ってクリップする + + + + &reftitle.description; + + public voidImagick::clipImagePath + stringpathname + stringinside + + + 8BIM プロファイル内の名前付きパスが存在する場合、そのパスに沿ってクリップします。 + 以降の操作はパスの内側に対して適用されます。 + Id の先頭に # を付けると番号付きパスを指定でき、 + たとえば "#1" で最初のパスを使用します。 + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + pathname + + + + + + + + inside + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/getimageattribute.xml b/reference/imagick/imagick/getimageattribute.xml new file mode 100644 index 0000000000..958ab97f2f --- /dev/null +++ b/reference/imagick/imagick/getimageattribute.xml @@ -0,0 +1,70 @@ + + + + + + Imagick::getImageAttribute + 名前を指定して属性を返す + + + + &imagick.deprecated.function-3-4-4; + + + + &reftitle.description; + + public stringImagick::getImageAttribute + stringkey + + + 名前を指定して属性を返します。 + + + + + + + &reftitle.parameters; + + + key + + + 取得する属性のキー。 + + + + + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/getregistry.xml b/reference/imagick/imagick/getregistry.xml new file mode 100644 index 0000000000..161ac1ff3a --- /dev/null +++ b/reference/imagick/imagick/getregistry.xml @@ -0,0 +1,66 @@ + + + + + + Imagick::getRegistry + StringRegistry エントリを取得する + + + + &reftitle.description; + + public static stringImagick::getRegistry + stringkey + + + 指定されたキーの StringRegistry エントリを取得します。 + 設定されていない場合は false を返します。 + + + + + + &reftitle.parameters; + + + key + + + 取得するエントリ。 + + + + + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/readimages.xml b/reference/imagick/imagick/readimages.xml new file mode 100644 index 0000000000..acb9b94d8a --- /dev/null +++ b/reference/imagick/imagick/readimages.xml @@ -0,0 +1,67 @@ + + + + + + Imagick::readimages + ファイル名の配列から画像を読み込む + + + + &reftitle.description; + + public boolImagick::readImages + arrayfilenames + + + ファイル名の配列から画像を読み込みます。 + すべての画像は単一の Imagick オブジェクトに保持されます。 + + + + + + + &reftitle.parameters; + + + filenames + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/setimageattribute.xml b/reference/imagick/imagick/setimageattribute.xml new file mode 100644 index 0000000000..b60d7763fd --- /dev/null +++ b/reference/imagick/imagick/setimageattribute.xml @@ -0,0 +1,78 @@ + + + + + + Imagick::setImageAttribute + 画像の属性を設定する + + + + &imagick.deprecated.function-3-4-4; + + + + &reftitle.description; + + public boolImagick::setImageAttribute + stringkey + stringvalue + + + 画像の属性を設定します。 + + + + + + &reftitle.parameters; + + + key + + + + + + + + value + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/setimagebiasquantum.xml b/reference/imagick/imagick/setimagebiasquantum.xml new file mode 100644 index 0000000000..aa453d8fed --- /dev/null +++ b/reference/imagick/imagick/setimagebiasquantum.xml @@ -0,0 +1,70 @@ + + + + + + Imagick::setImageBiasQuantum + 画像のバイアスを設定する + + + + &imagick.deprecated.function-3-4-4; + + + + &reftitle.description; + + public voidImagick::setImageBiasQuantum + floatbias + + + 画像のバイアスを設定します。バイアスは 0 (調整なし) から + 1 (quantum value) の範囲でスケーリングする必要があります。 + + + + + + &reftitle.parameters; + + + bias + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagick/setregistry.xml b/reference/imagick/imagick/setregistry.xml new file mode 100644 index 0000000000..563ab88503 --- /dev/null +++ b/reference/imagick/imagick/setregistry.xml @@ -0,0 +1,77 @@ + + + + + + Imagick::setRegistry + 指定されたキーの ImageMagick レジストリエントリに値を設定する + + + + &reftitle.description; + + public static boolImagick::setRegistry + stringkey + stringvalue + + + 指定されたキーの ImageMagick レジストリエントリに値を設定します。 + これは主に "temporary-path" の設定に役立ちます。 + "temporary-path" は、たとえば PDF の処理中に ImageMagick が + 一時的な画像を作成する場所を制御します。 + + + + + + &reftitle.parameters; + + + key + + + + + + + + value + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagickdraw/getfontstretch.xml b/reference/imagick/imagickdraw/getfontstretch.xml new file mode 100644 index 0000000000..9a7f06ec18 --- /dev/null +++ b/reference/imagick/imagickdraw/getfontstretch.xml @@ -0,0 +1,58 @@ + + + + + + + ImagickDraw::getFontStretch + テキストによる注記を行う際に使用するフォントの伸縮を取得する + + + + &reftitle.description; + + public intImagickDraw::getFontStretch + + + + テキストによる注記を行う際に使用するフォントの伸縮を取得します。 + StretchType を返します。 + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/imagick/imagickdraw/gettextinterlinespacing.xml b/reference/imagick/imagickdraw/gettextinterlinespacing.xml new file mode 100644 index 0000000000..48abd4a59d --- /dev/null +++ b/reference/imagick/imagickdraw/gettextinterlinespacing.xml @@ -0,0 +1,56 @@ + + + + + + + ImagickDraw::getTextInterlineSpacing + テキストの行間スペースを取得する + + + + &reftitle.description; + + public floatImagickDraw::getTextInterlineSpacing + + + + テキストの行間スペースを取得します。 + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/imagick/imagickdraw/gettextinterwordspacing.xml b/reference/imagick/imagickdraw/gettextinterwordspacing.xml new file mode 100644 index 0000000000..1c95bf746f --- /dev/null +++ b/reference/imagick/imagickdraw/gettextinterwordspacing.xml @@ -0,0 +1,58 @@ + + + + + + + ImagickDraw::getTextInterwordSpacing + テキストの単語間のスペースを取得する + + + + &reftitle.description; + + public floatImagickDraw::getTextInterwordSpacing + + + + テキストの単語間のスペースを取得します。 + + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/imagick/imagickdraw/gettextkerning.xml b/reference/imagick/imagickdraw/gettextkerning.xml new file mode 100644 index 0000000000..c4a8f1fce5 --- /dev/null +++ b/reference/imagick/imagickdraw/gettextkerning.xml @@ -0,0 +1,57 @@ + + + + + + + ImagickDraw::getTextKerning + テキストのカーニングを取得する + + + + &reftitle.description; + + public floatImagickDraw::getTextKerning + + + + テキストのカーニングを取得します。 + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + diff --git a/reference/imagick/imagickdraw/resetvectorgraphics.xml b/reference/imagick/imagickdraw/resetvectorgraphics.xml new file mode 100644 index 0000000000..f27001e460 --- /dev/null +++ b/reference/imagick/imagickdraw/resetvectorgraphics.xml @@ -0,0 +1,57 @@ + + + + + + + ImagickDraw::resetVectorGraphics + ベクターグラフィックをリセットする + + + + &reftitle.description; + + public boolImagickDraw::resetVectorGraphics + + + + ベクターグラフィックをリセットします。 + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + diff --git a/reference/imagick/imagickdraw/setresolution.xml b/reference/imagick/imagickdraw/setresolution.xml new file mode 100644 index 0000000000..ab7b2045b8 --- /dev/null +++ b/reference/imagick/imagickdraw/setresolution.xml @@ -0,0 +1,75 @@ + + + + + + + ImagickDraw::setResolution + 解像度を設定する + + + + &reftitle.description; + + public boolImagickDraw::setResolution + floatresolution_x + floatresolution_y + + + 解像度を設定します。 + + + + + + &reftitle.parameters; + + + resolution_x + + + + + + + + resolution_y + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + diff --git a/reference/imagick/imagickdraw/settextinterlinespacing.xml b/reference/imagick/imagickdraw/settextinterlinespacing.xml new file mode 100644 index 0000000000..58c79573f6 --- /dev/null +++ b/reference/imagick/imagickdraw/settextinterlinespacing.xml @@ -0,0 +1,68 @@ + + + + + + + ImagickDraw::setTextInterlineSpacing + テキストの行間スペースを設定する + + + + &reftitle.description; + + public boolImagickDraw::setTextInterlineSpacing + floatspacing + + + テキストの行間スペースを設定します。 + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + spacing + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + diff --git a/reference/imagick/imagickdraw/settextinterwordspacing.xml b/reference/imagick/imagickdraw/settextinterwordspacing.xml new file mode 100644 index 0000000000..c7fcf3c187 --- /dev/null +++ b/reference/imagick/imagickdraw/settextinterwordspacing.xml @@ -0,0 +1,66 @@ + + + + + + + ImagickDraw::setTextInterwordSpacing + テキストの単語間のスペースを設定する + + + + &reftitle.description; + + public boolImagickDraw::setTextInterwordSpacing + floatspacing + + + テキストの単語間のスペースを設定します。 + + + + + + &reftitle.parameters; + + + spacing + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + diff --git a/reference/imagick/imagickdraw/settextkerning.xml b/reference/imagick/imagickdraw/settextkerning.xml new file mode 100644 index 0000000000..0ae001e103 --- /dev/null +++ b/reference/imagick/imagickdraw/settextkerning.xml @@ -0,0 +1,68 @@ + + + + + + + ImagickDraw::setTextKerning + テキストのカーニングを設定する + + + + &reftitle.description; + + public boolImagickDraw::setTextKerning + floatkerning + + + テキストのカーニングを設定します。 + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + kerning + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + diff --git a/reference/imagick/imagickpixel/getindex.xml b/reference/imagick/imagickpixel/getindex.xml new file mode 100644 index 0000000000..c56c32652f --- /dev/null +++ b/reference/imagick/imagickpixel/getindex.xml @@ -0,0 +1,57 @@ + + + + + + + ImagickPixel::getIndex + pixel wand のカラーマップインデックスを取得する + + + + &reftitle.description; + + public intImagickPixel::getIndex + + + + pixel wand のカラーマップインデックスを取得します。 + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagickpixel/ispixelsimilarquantum.xml b/reference/imagick/imagickpixel/ispixelsimilarquantum.xml new file mode 100644 index 0000000000..7a12b04691 --- /dev/null +++ b/reference/imagick/imagickpixel/ispixelsimilarquantum.xml @@ -0,0 +1,78 @@ + + + + + + + ImagickPixel::isPixelSimilarQuantum + ふたつの色の差が指定した距離未満かどうかを返す + + + + &reftitle.description; + + public boolImagickPixel::isPixelSimilarQuantum + stringcolor + stringfuzz + + + ふたつの色の差が指定した距離未満の場合に true を返します。 + fuzz の値は 0 から QuantumRange の範囲で指定します。 + 最大値は、色空間上で取り得る最長距離を表します。 + たとえば RGB 色空間では RGB(0, 0, 0) から RGB(255, 255, 255) までの距離です。 + + + + + + &reftitle.parameters; + + + color + + + + + + + + fuzz + + + + + + + + + + + &reftitle.returnvalues; + + + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagickpixel/setcolorcount.xml b/reference/imagick/imagickpixel/setcolorcount.xml new file mode 100644 index 0000000000..e2e89cdfe7 --- /dev/null +++ b/reference/imagick/imagickpixel/setcolorcount.xml @@ -0,0 +1,66 @@ + + + + + + + ImagickPixel::setColorCount + この色に関連付けられている色カウントを設定する + + + + &reftitle.description; + + public boolImagickPixel::setcolorcount + intcolorCount + + + この色に関連付けられている色カウントを設定します。 + + + + + + &reftitle.parameters; + + + colorCount + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + \ No newline at end of file diff --git a/reference/imagick/imagickpixel/setindex.xml b/reference/imagick/imagickpixel/setindex.xml new file mode 100644 index 0000000000..1b500f957b --- /dev/null +++ b/reference/imagick/imagickpixel/setindex.xml @@ -0,0 +1,66 @@ + + + + + + + ImagickPixel::setIndex + pixel wand のカラーマップインデックスを設定する + + + + &reftitle.description; + + public boolImagickPixel::setIndex + intindex + + + pixel wand のカラーマップインデックスを設定します。 + + + + + + &reftitle.parameters; + + + index + + + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + + \ No newline at end of file