The Imagick class
PHP Manual

Imagick::shadeImage

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

Imagick::shadeImageCreates a 3D effect

Beschreibung

bool Imagick::shadeImage ( bool $gray , float $azimuth , float $elevation )
Warnung

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

Shines a distant light on an image to create a three-dimensional effect. You control the positioning of the light with azimuth and elevation; azimuth is measured in degrees off the x axis and elevation is measured in pixels above the Z axis.

Parameter-Liste

gray

azimuth

elevation

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual