PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::getImageRenderingIntent> <Imagick::getImageRedPrimary
Last updated: Fri, 30 Jan 2009

view this page in

Imagick::getImageRegion

(No version information available, might be only in CVS)

Imagick::getImageRegion画像の一部を抽出する

説明

Imagick Imagick::getImageRegion ( int $width , int $height , int $x , int $y )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

画像の一部を抽出し、新しい Imagick オブジェクトとして返します。

パラメータ

width

抽出する範囲の幅。

height

抽出する範囲の高さ。

x

抽出する範囲の左上の X 座標。

y

抽出する範囲の左上の Y 座標。

返り値

画像の一部を抽出し、新しい wand として返します。 エラー時に ImagickException をスローします。

エラー / 例外

エラー時に ImagickException をスローします。



add a note add a note User Contributed Notes
Imagick::getImageRegion
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites