Gmagick::setimageprofile
Adds a named profile to the Gmagick object
Beschreibung
public Gmagick Gmagick::setimageprofile
( string $name
, string $profile
)
Parameter-Liste
-
name
-
Name of profile to add or remove: ICC, IPTC, or generic profile.
-
profile
-
The profile.
Rückgabewerte
The Gmagick object on success.
Fehler/Exceptions
Wirft bei einem Fehler eine
GmagickException.