Method
VipsImagedraw_mask1
Declaration [src]
int
vips_draw_mask1 (
VipsImage* image,
double ink,
VipsImage* mask,
int x,
int y,
...
)
Description [src]
As vips_draw_mask(), but just takes a single double for ink
.
See also: vips_draw_mask().
This method is not directly available to language bindings. |
Parameters
ink |
double |
Value to draw. |
|
mask |
VipsImage |
Mask of 0/255 values showing where to plot. |
|
The data is owned by the caller of the function. | |
x |
int |
Draw mask here. |
|
y |
int |
Draw mask here. |
|
... |
|
|