Method

VipsTargetend

Declaration [src]

int
vips_target_end (
  VipsTarget* target
)

Description [src]

Call this at the end of write to make the target do any cleaning up. You can call it many times.

After a target has been ended, further writes will do nothing.

Return value

Type: int

0 on success, -1 on error.