PHP 8.3.4 Released!

Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfileRemoves the named image profile and returns it

Descrição

public Imagick::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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top