Method

VipsSourceunminimise

Declaration [src]

int
vips_source_unminimise (
  VipsSource* source
)

Description [src]

Restore the source after minimisation. This is called at the start of every source method, so loaders should not usually need this.

::: seealso vips_source_minimise().

Return value

Returns: int
 

0 on success, or -1 on error.