Gmagick::removeimageprofile
(PECL gmagick >= Unknown)
Gmagick::removeimageprofile — Removes the named image profile and returns it
Descrizione
public function Gmagick::removeimageprofile(
string $name):
string
Removes the named image profile and returns it.
Elenco dei parametri
name
-
Name of profile to return: ICC, IPTC, or generic profile.
Valori restituiti
The named profile.
Errori/Eccezioni
Throws an
GmagickException on error.