Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Açıklama

public array Gmagick::getsize ( void )

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.


Gmagick
PHP Manual