Vips.FailOn (original) (raw)

Enumeration

VipsFailOn

Declaration

Description [src]

How sensitive loaders are to errors, from never stop (very insensitive), to stop on the smallest warning (very sensitive).

Each one implies the ones before it, so VIPS_FAIL_ON_ERROR impliesVIPS_FAIL_ON_TRUNCATED.

Members

VIPS_FAIL_ON_NONE

Never stop.

VIPS_FAIL_ON_TRUNCATED

Stop on image truncated, nothing else.

VIPS_FAIL_ON_ERROR

Stop on serious error or truncation.

VIPS_FAIL_ON_WARNING

Stop on anything, even warnings.