Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

Beschreibung

public Imagick::removeImageProfile(string $name): string

Removes the named image profile and returns it.

Parameter-Liste

name

Rückgabewerte

Returns a string containing the profile of the image.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.

add a note add a note

User Contributed Notes

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