PHP 8.4.26 Released!

Gmagick::getimagewidth

(PECL gmagick >= Unknown)

Gmagick::getimagewidth — Returns the width of the image

Description

public function Gmagick::getimagewidth(): int

Returns the width of the image.

Parameters

This function has no parameters.

Return Values

Returns the image width.

Errors/Exceptions

Throws an GmagickException on error.

+add a note

User Contributed Notes

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