Constructor

VipsImageniftiload

Declaration [src]

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

Description [src]

Read a NIFTI image file into a VIPS image.

NIFTI metadata is attached with the “nifti-” prefix.

::: seealso vips_image_new_from_file().

Parameters

filename const char*
 

File to load.

 The data is owned by the caller of the function.
 The string 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.
... none
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.