Dutch PHP Conference 2025 - Call For Papers

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

Опис

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

Removes the named image profile and returns it.

Параметри

name

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

Значення, що повертаються

The named profile.

Помилки/виключення

Викидає GmagickException у разі помилки.

add a note

User Contributed Notes

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