API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
void* vips_blob_get ( VipsBlob* blob, size_t* length )
Get the data from a VipsBlob.
VipsBlob
See also
vips_blob_new().
vips_blob_new()
length
Type: size_t*
size_t*
Return number of bytes of data.
Type: An array of guint8
guint8
The data.