PHP 8.3.4 Released!

Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

Descrizione

public Imagick::removeImageProfile(string $name): string

Removes the named image profile and returns it.

Elenco dei parametri

name

Valori restituiti

Returns a string containing the profile of the image.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.

add a note

User Contributed Notes

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