Forum und email

Imagick::getImageProfiles

(No version information available, might be only in CVS)

Imagick::getImageProfiles — Returns the image profiles

Descripción

array Imagick::getImageProfiles ([ string $pattern [, bool $only_names ]] )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Returns all associated profiles that match the pattern. If true is passed as second parameter only the profile names are returned. This method is present if Imagick is compiled against ImageMagick 6.3.5-9 or later.

Lista de parámetros

pattern

The pattern for profile names. Defaults to "*"

only_names

Whether to return only profile names

Valores retornados

Returns an array containing the image profiles or profile names.