Enumeration

VipsFailOn

Declaration

enum Vips.FailOn

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 VipsFailOn implies VipsFailOn.

Members

Name Description
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.