The Imagick class
PHP Manual

Imagick::removeImageProfile

(PECL imagick 2.0.0)

Imagick::removeImageProfileRemoves the named image profile and returns it

Descrição

string Imagick::removeImageProfile ( string $name )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Removes the named image profile and returns it.

Parâmetros

name

Valor Retornado

Returns a string containing the profile of the image. Joga uma ImagickException em erro.


The Imagick class
PHP Manual