Imagick::getImageProfiles

(PECL imagick 2, PECL imagick 3)

Imagick::getImageProfilesReturns the image profiles

Descrição

publicImagick::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. Este método estará disponível se a extensão Imagick tiver sido compilada com a ImageMagick versão 6.3.6 ou superior.

Parâmetros

pattern

The pattern for profile names.

include_values

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

Valor Retornado

Returns an array containing the image profiles or profile names.

To Top