Constructor

VipsSourcenew_from_target

Declaration [src]

VipsSource*
vips_source_new_from_target (
  VipsTarget* target
)

Description [src]

Create a source from a temp target that has been written to.

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.