Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

설명

public void Gmagick::getsize ( void )

Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".

인수

이 함수는 인수가 없습니다.

반환값

Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".

오류/예외

Throws an GmagickException on error.


Gmagick
PHP Manual