Method

VipsImageset_kill

Declaration [src]

void
vips_image_set_kill (
  VipsImage* image,
  gboolean kill
)

Description [src]

Set the VipsImage.kill flag on an image. Handy for stopping sets of threads.

See also: vips_image_iskilled().

Sets propertyVips.Image:kill

Parameters

kill gboolean
 

The kill state.