The Imagick class
PHP Manual

Imagick::edgeImage

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

Imagick::edgeImageEnhance edges within the image

Beschreibung

bool Imagick::edgeImage ( float $radius )
Warnung

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

Enhance edges within the image with a convolution filter of the given radius. Use radius 0 and it will be auto-selected.

Parameter-Liste

radius

The radius of the operation.

Rückgabewerte

Liefet TRUE bei Erfolg.

Fehler/Exceptions

Wirtf ImagickException bei Fehlern.


The Imagick class
PHP Manual