The Imagick class
PHP Manual

Imagick::removeImageProfile

(PECL imagick 2.0.0)

Imagick::removeImageProfileRemoves the named image profile and returns it

Beschreibung

string Imagick::removeImageProfile ( string $name )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Removes the named image profile and returns it.

Parameter-Liste

name

Rückgabewerte

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


The Imagick class
PHP Manual