Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

Descrição

publicImagick::removeImageProfile(string$name): string

Removes the named image profile and returns it.

Parâmetros

name

Valor Retornado

Returns a string containing the profile of the image.

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

To Top