Function
VipsBlobcopy
Declaration [src]
VipsBlob*
vips_blob_copy (
void* data,
size_t length
)
Description [src]
Like vips_blob_new()
, but take a copy of the data. Useful for bindings
which struggle with callbacks.
See also
VipsBlob*
vips_blob_copy (
void* data,
size_t length
)
Like vips_blob_new()
, but take a copy of the data. Useful for bindings
which struggle with callbacks.
See also