PHP 8.3.4 Released!

Gmagick::getimageheight

(PECL gmagick >= Unknown)

Gmagick::getimageheightReturns the image height

Description

public Gmagick::getimageheight(): int

Returns the image height

Parameters

This function has no parameters.

Return Values

Returns the image height in pixels.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

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