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.

See also: vips_draw_point().

This method is not directly available to language bindings.

Parameters

ink double
 

Value to draw.

x int
 

Point to draw.

y int
 

Point to draw.

...
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, or -1 on error.