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. |