Gmagick::edgeimage

(PECL gmagick >= Unknown)
Enhance edges within the image
public Gmagick Gmagick::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.

Parameters:
radius

The radius of the operation.

Returns:

The Gmagick object with edges enhanced.

Exception:

Throws an GmagickException on error.

doc_php
2016-02-24 16:00:03
Comments
Leave a Comment

Please login to continue.