Constructor
VipsSourcenew_from_target
Declaration [src]
VipsSource*
vips_source_new_from_target (
VipsTarget* target
)
Parameters
target |
VipsTarget |
Build the source from this target. |
|
| 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. |