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
patternThe pattern for profile names.
include_valuesWhether 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.