Method
VipsImagedraw_smudge
Declaration [src]
int
vips_draw_smudge (
VipsImage* image,
int left,
int top,
int width,
int height,
...
)
Description [src]
Smudge a section of image
. Each pixel in the area left
, top
, width
,
height
is replaced by the average of the surrounding 3x3 pixels.
See also: vips_draw_line().
This method is not directly available to language bindings.