php8.5
Home/ Manual/ gmagick / gmagick/ Gmagick::edgeimage

Gmagick::edgeimage

PHP function Edit on GitHub ✎

(PECL gmagick >= Unknown)

Enhance edges within the image

Description

Gmagick::edgeimage(float $radius): Gmagick

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.

Return Values

The Gmagick object with edges enhanced.

Errors/Exceptions

Throw

Source: reference/gmagick/gmagick/edgeimage.xml · from the official PHP manual (php/doc-en)