Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

Description

publicImagick::removeImageProfile(string$name): string

Removes the named image profile and returns it.

Parameters

name

Return Values

Returns a string containing the profile of the image.

Errors/Exceptions

Throws ImagickException on error.

To Top