Image.emboss

Emboss image (hilight edges with 3D effect).

class Image
void
emboss
(
double radius = 0
,
double sigma = 1
)

Parameters

radius double

The radius of the Gaussian, in pixels, not counting the center pixel.

sigma double

The standard deviation of the Laplacian, in pixels.

Meta