update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the size associated with the Gmagick object

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

설명

public array 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.