Method

VipsImagedraw_point1

Declaration [src]

int
vips_draw_point1 (
  VipsImage* image,
  double ink,
  int x,
  int y,
  ...
)

Description [src]

As vips_draw_point(), but just take a single double for ink.

::: seealso vips_draw_point().

Parameters

ink double
 

Value to draw.

x int
 

Point to draw.

y int
 

Point to draw.

... none
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, or -1 on error.