The Imagick class
PHP Manual

Imagick::edgeImage

(PECL imagick 2.0.0)

Imagick::edgeImageEnhance edges within the image

Descrição

bool Imagick::edgeImage ( float $radius )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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

Parâmetros

radius

The radius of the operation.

Valor Retornado

Retorna TRUE em sucesso.

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual