Constructor
VipsSourcenew_from_blob
Declaration [src]
VipsSource*
vips_source_new_from_blob (
VipsBlob* blob
)
Parameters
blob |
VipsBlob |
Memory area to load. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | VipsSource |
A new source. |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |