Method
VipsImagedraw_point
Declaration [src]
int
vips_draw_point (
VipsImage* image,
double* ink,
int n,
int x,
int y,
...
)
Description [src]
As vips_draw_rect(), but draw a single pixel at x
, y
.
See also: vips_draw_rect().
This method is not directly available to language bindings. |