Method
VipsImagedraw_line1
Declaration [src]
int
vips_draw_line1 (
VipsImage* image,
double ink,
int x1,
int y1,
int x2,
int y2,
...
)
Description [src]
As vips_draw_line(), but just take a single double for ink
.
See also: vips_draw_line().
This method is not directly available to language bindings.