A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://libvips.github.io/libvips/API/current/method.Image.csvsave.html below:

Vips.Image.csvsave

Method VipsImagecsvsave Declaration [src]
int
vips_csvsave (
  VipsImage* in,
  const char* filename,
  ...
)
Description [src]

Writes the pixels in in to the filename as CSV (comma-separated values).

The image is written one line of text per scanline. Complex numbers are written as “(real,imaginary)” and will need extra parsing I guess. Only the first band is written.

separator gives the string to use to separate numbers in the output. The default is “\t” (tab).

Optional arguments

This method is not directly available to language bindings.

Parameters
filename

Type: const char*

File to write to.

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

Type: 

NULL-terminated list of optional named arguments.

Return value

Type: int

0 on success, -1 on error.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4