PHP Doku:: Adds a named profile to the Imagick object - function.imagick-setimageprofile.html

Verlauf / Chronik / History: (7) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The Imagick classImagick::setImageProfile

Ein Service von Reinhard Neidl - Webprogrammierung.

The Imagick class

<<Imagick::setImagePage

Imagick::setImageProperty>>

Imagick::setImageProfile

(PECL imagick 2.0.0)

Imagick::setImageProfileAdds 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.

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

Liefert TRUE bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)