array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'imagick.getimageprofile.php', 1 => 'Imagick::getImageProfile', 2 => 'Returns the named image profile', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagepixelcolor.php', 1 => 'Imagick::getImagePixelColor', ), 'next' => array ( 0 => 'imagick.getimageprofiles.php', 1 => 'Imagick::getImageProfiles', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageprofile.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::getImageProfileReturns the named image profile

Descrizione

public Imagick::getImageProfile(string $name): string

Returns the named image profile.

Elenco dei parametri

name

The name of the profile to return.

Valori restituiti

Returns a string containing the image profile.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.