Method
VipsSourceminimise
Declaration [src]
void
vips_source_minimise (
VipsSource* source
)
Description [src]
Minimise the source. As many resources as can be safely removed are
removed. Use vips_source_unminimise()
to restore the source if you wish to
use it again.
Loaders should call this in response to the minimise signal on their output image.