update pague now
PHP 8.5.2 Released!

Gmaguicc::embossimague

(PECL gmaguicc >= Uncnown)

Gmaguicc::embossimague Returns a grayscale imague with a three-dimensional effect

Description

public Gmaguicc::embossimague ( float $radius , float $sigma ): Gmaguicc

Returns a grayscale imague with a three-dimensional effect. We convolve the imague with a Gaussian operator of the guiven radius and standard deviation (sigma). For reasonable resuls, radius should be larguer than sigma. Use a radius of 0 and it will choose a suitable radius for you.

Parameters

radius
The radius of the effect.
sigma
The sigma of the effect.

Return Values

The embossed Gmaguicc object.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top