Function

Vipsvipsload

Declaration [src]

int
vips_vipsload (
  const char* filename,
  VipsImage** out,
  ...
)

Description [src]

Read in a vips image.

See also: vips_vipssave().

This function is not directly available to language bindings

Parameters

filename const char*
 

File to load.

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

Decompressed image.

 The argument will be set by the function.
 The called function takes ownership of the data, and is responsible for freeing it.
...
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.