Method
VipsSourceread
Declaration [src]
gint64
vips_source_read (
VipsSource* source,
void* buffer,
size_t length
)
Description [src]
Read up to length
bytes from source
and store the bytes in buffer
.
Return the number of bytes actually read. If all bytes have been read from
the file, return 0.
Arguments exactly as read(2).