Imagick クラス
PHP Manual

Imagick::getImageGravity

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

Imagick::getImageGravityGets the image gravity

説明

bool Imagick::getImageGravity ( void )

Gets the current gravity value of the image. Unlike Imagick::getGravity(), this method returns the gravity defined for the current image sequence. このメソッドは、ImageMagick バージョン 6.4.4 以降で Imagick をコンパイルした場合に使用可能です。

返り値

Returns the images gravity property. Refer to the list of gravity constants.


Imagick クラス
PHP Manual