Dutch PHP Conference 2025 - Call For Papers

Imagick::getImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::getImageProfileReturns the named image profile

Опис

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

Returns the named image profile.

Параметри

name

The name of the profile to return.

Значення, що повертаються

Returns a string containing the image profile.

Помилки/виключення

Кидає ImagickException в разі помилки.

add a note

User Contributed Notes

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