Gmagick::getsize

From Get docs
Php/docs/latest/gmagick.getsize


Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object


Description

public Gmagick::getsize(): array

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


Parameters

This function has no parameters.


Return Values

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


Errors/Exceptions

Throws an GmagickException on error.


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/gmagick.getsize.php