Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

Descrizione

public 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.

add a note add a note

User Contributed Notes

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