Imagick::removeImage
PHP Manual
PHP Manual»Imagick»Imagick::removeImage

Imagick::removeImage

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageRemoves an image from the image list

Descrizione

public function Imagick::removeImage(): bool

Removes an image from the image list.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.

To Top