Method

VipsImagerawsave_fd

Declaration [src]

int
vips_rawsave_fd (
  VipsImage* in,
  int fd,
  ...
)

Description [src]

Writes the pixels in in to the fd with no header or other metadata. Handy for implementing other savers.

See also: vips_rawsave().

This method is not directly available to language bindings.

Parameters

fd int
 

File to write to.

...
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.