Method
VipsSourcedecode
Declaration [src]
int
vips_source_decode (
VipsSource* source
)
Description [src]
Signal the end of header read and the start of the pixel decode phase. After this, you can no longer seek on this source.
Loaders should call this at the end of header read.
See also