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

search for in the

Imagick::flattenImages> <Imagick::exportImagePixels
[edit] Last updated: Fri, 17 May 2013

view this page in

Imagick::extentImage

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

Imagick::extentImage画像のサイズを設定する

説明

bool Imagick::extentImage ( int $width , int $height , int $x , int $y )

画像のサイズを設定するための便利なメソッドです。 このメソッドは、画像のサイズおよび新しい領域を開始する x 座標、y 座標を設定することができます。 このメソッドは、ImageMagick バージョン 6.3.1 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

width

新しい幅。

height

新しい高さ。

x

新しいサイズの X 座標。

y

新しいサイズの Y 座標。

返り値

成功した場合に TRUE を返します。

参考



add a note add a note User Contributed Notes Imagick::extentImage - [1 notes]
up
0
bas at vdsluis dot net
3 years ago
This function cannot handle images with a transparent background. Use setImageExtent instead.

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