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
Never stop.
- Value:
0
- Available since: 8.0
Stop on image truncated, nothing else.
- Value:
1
- Available since: 8.0
Stop on serious error or truncation.
- Value:
2
- Available since: 8.0
Stop on anything, even warnings.
- Value:
3
- Available since: 8.0