Forum und email

Imagick::setImageProfile

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

Imagick::setImageProfile — Adds a named profile to the Imagick object

Beschreibung

bool Imagick::setImageProfile ( string $name , string $profile )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

Adds a named profile to the Imagick object. If a profile with the same name already exists, it is replaced. This method differs from the Imagick::ProfileImage() method in that it does not apply any CMS color profiles.

Parameter Liste

name

profile

Rückgabewerte

Returns TRUE on success.