Gmagick::removeimage
PHP Manual
PHP Manual»Gmagick»Gmagick::removeimage

Gmagick::removeimage

(PECL gmagick >= Unknown)

Gmagick::removeimageRemoves an image from the image list

Descrizione

public function Gmagick::removeimage(): Gmagick

Removes an image from the image list.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

To Top