array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagick.removeimageprofile.php', 1 => 'Imagick::removeImageProfile', 2 => 'Removes the named image profile and returns it', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.removeimage.php', 1 => 'Imagick::removeImage', ), 'next' => array ( 0 => 'imagick.render.php', 1 => 'Imagick::render', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/removeimageprofile.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

说明

public Imagick::removeImageProfile(string $name): string

Removes the named image profile and returns it.

参数

name

返回值

Returns a string containing the profile of the image.

错误/异常

错误时抛出 ImagickException。