php8.5
Home/ Manual/ imagick / imagick/ Imagick::getImageProfiles

Imagick::getImageProfiles

PHP function Edit on GitHub ✎

(PECL imagick 2, PECL imagick 3)

Returns the image profiles

Description

Imagick::getImageProfiles(string $pattern = "*", bool $include_values = true): array

Returns all associated profiles that match the pattern. If false is passed as second parameter only the profile names are returned. 0x636

Parameters

pattern

The pattern for profile names.

include_values

Whether to return only profile names. If false then only profile names will be returned.

Return Values

Returns an array containing the image profiles or profile names.

Source: reference/imagick/imagick/getimageprofiles.xml · from the official PHP manual (php/doc-en)