Home > PHP > Function > > Imagick::removeImageProfile()

Imagick::removeImageProfile()

Imagick::removeImageProfile - Removes the named image profile and returns it

Syntax

string Imagick::removeImageProfile (string $name)

Arguments

  • name

Description

Removes the named image profile and returns it.

Version

PHP PECL imagick 2.0.0

Return value

Returns a string containing the profile of the image. Throw an ImagickExceptionon error.