Dutch PHP Conference 2025 - Call For Papers

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 в разі помилки.

add a note

User Contributed Notes

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