Method

VipsTargetwritef

Declaration [src]

int
vips_target_writef (
  VipsTarget* target,
  const char* fmt,
  ...
)

Description [src]

Format the string and write to target.

Parameters

fmt const char*
 

printf()-style format string.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
... none
 

Arguments to format string.

Return value

Returns: int
 

0 on success, and -1 on error.