Gmagick::getimagewidth
PHP Manual
PHP Manual»Gmagick»Gmagick::getimagewidth

Gmagick::getimagewidth

(PECL gmagick >= Unknown)

Gmagick::getimagewidthReturns the width of the image

Descrizione

public function Gmagick::getimagewidth(): int

Returns the width of the image.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the image width.

Errori/Eccezioni

Throws an GmagickException on error.

To Top