PHP 8.3.4 Released!

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

Beschreibung

public Gmagick::removeimageprofile(string $name): string

Removes the named image profile and returns it.

Parameter-Liste

name

Name of profile to return: ICC, IPTC, or generic profile.

Rückgabewerte

The named profile.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note

User Contributed Notes

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