PHP 8.3.4 Released!

Imagick::getImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::getImageProfileReturns the named image profile

Beschreibung

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

Returns the named image profile.

Parameter-Liste

name

The name of the profile to return.

Rückgabewerte

Returns a string containing the image profile.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.

add a note

User Contributed Notes

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