Forum und email

Imagick::getImageProfiles

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

Imagick::getImageProfiles — Returns the image profiles

Popis

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

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

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.

Parametre

pattern

The pattern for profile names. Defaults to "*"

only_names

Whether to return only profile names

Vrátené hodnoty

Returns an array containing the image profiles or profile names.