Constructor

VipsTargetnew_to_memory

Declaration [src]

VipsTarget*
vips_target_new_to_memory (
  void
)

Description [src]

Create a target which will write to a memory area. Read from blob to get memory.

::: seealso vips_target_new_to_file().

Return value

Returns: VipsTarget
 

A new target.

 The caller of the function takes ownership of the data, and is responsible for freeing it.