The Imagick class
PHP Manual

Imagick::edgeImage

(PECL imagick 2.0.0)

Imagick::edgeImageEnhance edges within the image

Описание

bool Imagick::edgeImage ( float $radius )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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

Параметри

radius

The radius of the operation.

Връщани стойности

Връща TRUE при успех.

Грешки/Изключения

Хвърля ImagickException при грешка.


The Imagick class
PHP Manual