Imagick::getSize

(PECL imagick 2.0.0)

Imagick::getSizeReturns the size associated with the Imagick object

說明

array Imagick::getSize ( void )

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

回傳值

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top